blob: 4f363df052ffd0e63c3b10641a7fdfa611e5576e [file] [log] [blame]
Cathal Corbettb30e6552022-12-07 11:50:50 +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* ConvertReshapeToTosaOperator(const Layer* layer,
18 const std::vector<const TensorInfo*>& inputs,
19 const std::vector<const TensorInfo*>& outputs,
20 const ReshapeDescriptor* reshapeDescriptor);