From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- Documentation/_gather_8hpp_source.xhtml | 119 -------------------------------- 1 file changed, 119 deletions(-) delete mode 100644 Documentation/_gather_8hpp_source.xhtml (limited to 'Documentation/_gather_8hpp_source.xhtml') diff --git a/Documentation/_gather_8hpp_source.xhtml b/Documentation/_gather_8hpp_source.xhtml deleted file mode 100644 index 30a13a6d46..0000000000 --- a/Documentation/_gather_8hpp_source.xhtml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/reference/workloads/Gather.hpp Source File - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
Gather.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 
8 #include "armnn/Tensor.hpp"
9 
10 #include "BaseIterator.hpp"
11 #include "Decoders.hpp"
12 #include "Encoders.hpp"
13 
14 namespace armnn
15 {
16 
17 void Gather(const TensorInfo& paramsInfo,
18  const TensorInfo& indicesInfo,
19  const TensorInfo& outputInfo,
20  Decoder<float>& params,
21  const int32_t* indices,
22  Encoder<float>& output);
23 
24 } //namespace armnn
-
Copyright (c) 2020 ARM Limited.
- - - -
void Gather(const TensorInfo &paramsInfo, const TensorInfo &indicesInfo, const TensorInfo &outputInfo, Decoder< float > &params, const int32_t *indices, Encoder< float > &output)
Definition: Gather.cpp:18
-
-
- - - - -- cgit v1.2.1