blob: 05a15d235a4ead7cbff5d5535a9022635738e289 [file] [log] [blame]
Nikhil Raj9a339462022-12-05 11:24:35 +00001//
Teresa Charlince655882023-11-21 15:44:13 +00002// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
Nikhil Raj9a339462022-12-05 11:24:35 +00003// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "TosaOperatorUtils.hpp"
9
Nikhil Raj9a339462022-12-05 11:24:35 +000010using namespace armnn;
11using namespace tosa;
12
13TosaSerializationBasicBlock* ConvertElementwiseBinaryToTosaOperator(const Layer* layer,
14 const LayerType type,
15 const std::vector<const TensorInfo*>& inputs,
Tianle Cheng7790dc62023-12-12 13:52:22 +000016 const std::vector<const TensorInfo*>& outputs,
17 const ElementwiseBinaryDescriptor*
18 descriptor = nullptr);