|
25.11
|
#include "armnn/Tensor.hpp"#include "BaseIterator.hpp"#include "Decoders.hpp"#include "Encoders.hpp"Go to the source code of this file.
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| template<typename I, typename O> | |
| void | Gather (const TensorInfo ¶msInfo, const TensorInfo &indicesInfo, const TensorInfo &outputInfo, Decoder< I > ¶ms, const int32_t *indices, Encoder< O > &output, const int32_t axis_int) |