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 --- 20.02/_internal_types_8hpp.xhtml | 221 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 20.02/_internal_types_8hpp.xhtml (limited to '20.02/_internal_types_8hpp.xhtml') diff --git a/20.02/_internal_types_8hpp.xhtml b/20.02/_internal_types_8hpp.xhtml new file mode 100644 index 0000000000..108d2ff990 --- /dev/null +++ b/20.02/_internal_types_8hpp.xhtml @@ -0,0 +1,221 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/InternalTypes.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InternalTypes.hpp File Reference
+
+
+
#include <armnn/Types.hpp>
+#include <array>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
+ + + + + +

+Typedefs

using Coordinates = std::array< unsigned int, MaxNumOfTensorDimensions >
 
using Dimensions = std::array< unsigned int, MaxNumOfTensorDimensions >
 
+ + + +

+Enumerations

enum  LayerType {
+  FirstLayer, +Activation = FirstLayer, +Addition, +ArgMinMax, +
+  BatchNormalization, +BatchToSpaceNd, +Comparison, +Concat, +
+  Constant, +ConvertFp16ToFp32, +ConvertFp32ToFp16, +Convolution2d, +
+  Debug, +DepthToSpace, +DepthwiseConvolution2d, +Dequantize, +
+  DetectionPostProcess, +Division, +ElementwiseUnary, +FakeQuantization, +
+  Floor, +FullyConnected, +Gather, +Input, +
+  InstanceNormalization, +L2Normalization, +LogSoftmax, +Lstm, +
+  Maximum, +Mean, +MemCopy, +MemImport, +
+  Merge, +Minimum, +Multiplication, +Normalization, +
+  Output, +Pad, +Permute, +Pooling2d, +
+  PreCompiled, +Prelu, +Quantize, +QuantizedLstm, +
+  Reshape, +Resize, +Slice, +Softmax, +
+  SpaceToBatchNd, +SpaceToDepth, +Splitter, +Stack, +
+  StandIn, +StridedSlice, +Subtraction, +Switch, +
+  TransposeConvolution2d, +LastLayer, +Transpose = LastLayer +
+ }
 
+ + + +

+Functions

char const * GetLayerTypeAsCString (LayerType type)
 
+
+
+ + + + -- cgit v1.2.1