blob: 5eb7441531f3facdad373515a09ffc07f8b3d4a3 [file] [log] [blame]
Cathal Corbett9c9d5b92022-08-17 17:30:16 +01001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +00008#include "TosaOperatorUtils.hpp"
9
Cathal Corbett9c9d5b92022-08-17 17:30:16 +010010#include <Layer.hpp>
11
12#include <tosa_serialization_handler.h>
Cathal Corbett9c9d5b92022-08-17 17:30:16 +010013
14using namespace armnn;
15using namespace tosa;
16
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +000017TosaSerializationBasicBlock* ConvertAdditionToTosaOperator(const Layer* layer,
18 const std::vector<const TensorInfo*>& inputs,
19 const std::vector<const TensorInfo*>& outputs);
Cathal Corbett9c9d5b92022-08-17 17:30:16 +010020