25.11
Loading...
Searching...
No Matches
Gather.hpp
Go to the documentation of this file.
1
//
2
// Copyright © 2017, 2024 Arm Ltd and Contributors. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
6
#pragma once
7
8
#include "
armnn/Tensor.hpp
"
9
10
#include "
BaseIterator.hpp
"
11
#include "
Decoders.hpp
"
12
#include "
Encoders.hpp
"
13
14
namespace
armnn
15
{
16
template
<
typename
I,
typename
O>
17
void
Gather
(
const
TensorInfo
& paramsInfo,
18
const
TensorInfo
& indicesInfo,
19
const
TensorInfo
& outputInfo,
20
Decoder<I>
& params,
21
const
int32_t* indices,
22
Encoder<O>
& output,
23
const
int32_t = 0);
24
25
}
//namespace armnn
BaseIterator.hpp
Decoders.hpp
Encoders.hpp
Tensor.hpp
armnn::Decoder
Definition
BaseIterator.hpp:36
armnn::Encoder
Definition
BaseIterator.hpp:51
armnn::TensorInfo
Definition
Tensor.hpp:153
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition
01_00_quick_start.dox:7
armnn::LayerType::Gather
@ Gather
Definition
Types.hpp:496
src
backends
reference
workloads
Gather.hpp
Generated on
for Arm NN by
1.14.0