blob: 86031c6e06398eae0e83e379bc3a991ff4f7a912 [file] [log] [blame]
Nikhil Raj9a339462022-12-05 11:24:35 +00001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "TosaOperatorUtils.hpp"
9
10#include <Layer.hpp>
11
12#include <tosa_serialization_handler.h>
13
14using namespace armnn;
15using namespace tosa;
16
17TosaSerializationBasicBlock* ConvertElementwiseBinaryToTosaOperator(const Layer* layer,
18 const LayerType type,
19 const std::vector<const TensorInfo*>& inputs,
20 const std::vector<const TensorInfo*>& outputs);