blob: 127cc81255ff965375866e28a8ab1a27523e806e [file] [log] [blame]
Cathal Corbett3b9acd52022-12-09 12:17:27 +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* ConvertSliceToTosaOperator(const Layer* layer,
18 const std::vector<const TensorInfo*>& inputs,
19 const std::vector<const TensorInfo*>& outputs,
20 const SliceDescriptor* sliceDescriptor);