ArmNN
 25.11
Loading...
Searching...
No Matches
StridedSlice.hpp
Go to the documentation of this file.
1//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
9#include <armnn/Tensor.hpp>
10
11namespace armnn
12{
13
14void StridedSlice(const TensorInfo& inputInfo,
15 const StridedSliceDescriptor& params,
16 const void* inputData,
17 void* outputData,
18 unsigned int dataTypeSize);
19
20} // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
A StridedSliceDescriptor for the StridedSliceLayer.