blob: 007d2dfbb1f7010794cbb6ce1e69cc023b039668 [file] [log] [blame]
Cathal Corbettb30e6552022-12-07 11:50:50 +00001//
Teresa Charlince655882023-11-21 15:44:13 +00002// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
Cathal Corbettb30e6552022-12-07 11:50:50 +00003// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "TosaOperatorUtils.hpp"
9
Cathal Corbettb30e6552022-12-07 11:50:50 +000010using namespace armnn;
11using namespace tosa;
12
13TosaSerializationBasicBlock* ConvertReshapeToTosaOperator(const Layer* layer,
14 const std::vector<const TensorInfo*>& inputs,
15 const std::vector<const TensorInfo*>& outputs,
16 const ReshapeDescriptor* reshapeDescriptor);