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 --- ..._test_name_only_layer_visitor_8hpp_source.xhtml | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 20.02/_test_name_only_layer_visitor_8hpp_source.xhtml (limited to '20.02/_test_name_only_layer_visitor_8hpp_source.xhtml') diff --git a/20.02/_test_name_only_layer_visitor_8hpp_source.xhtml b/20.02/_test_name_only_layer_visitor_8hpp_source.xhtml new file mode 100644 index 0000000000..b9b0c7e8f2 --- /dev/null +++ b/20.02/_test_name_only_layer_visitor_8hpp_source.xhtml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/test/TestNameOnlyLayerVisitor.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TestNameOnlyLayerVisitor.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include "TestLayerVisitor.hpp"
8 
9 namespace
10 {
11 
12 #define DECLARE_TEST_NAME_ONLY_LAYER_VISITOR_CLASS(name) \
13 class Test##name##LayerVisitor : public armnn::TestLayerVisitor \
14 { \
15 public: \
16  explicit Test##name##LayerVisitor(const char* layerName = nullptr) : armnn::TestLayerVisitor(layerName) {}; \
17  \
18  void Visit##name##Layer(const armnn::IConnectableLayer* layer, \
19  const char* layerName = nullptr) override \
20  { \
21  CheckLayerPointer(layer); \
22  CheckLayerName(layerName); \
23  } \
24 };
25 
26 } // anonymous namespace
27 
+
float Dequantize(QuantizedType value, float scale, int32_t offset)
Dequantize an 8-bit data type into a floating point data type.
Definition: TypesUtils.cpp:47
+
#define DECLARE_TEST_NAME_ONLY_LAYER_VISITOR_CLASS(name)
+
QuantizedType Quantize(float value, float scale, int32_t offset)
Quantize a floating point data type into an 8-bit data type.
Definition: TypesUtils.cpp:31
+
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