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