blob: 69a4df5d4ff8b9f9307b8a688eede1de0de0e5e3 [file] [log] [blame]
//
// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include "TosaOperatorUtils.hpp"
using namespace armnn;
using namespace tosa;
TosaSerializationBasicBlock* ConvertSliceToTosaOperator(const Layer* layer,
const std::vector<const TensorInfo*>& inputs,
const std::vector<const TensorInfo*>& outputs,
const SliceDescriptor* sliceDescriptor);