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/_serialize_layer_parameters_8hpp.xhtml | 196 +++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 20.02/_serialize_layer_parameters_8hpp.xhtml (limited to '20.02/_serialize_layer_parameters_8hpp.xhtml') diff --git a/20.02/_serialize_layer_parameters_8hpp.xhtml b/20.02/_serialize_layer_parameters_8hpp.xhtml new file mode 100644 index 0000000000..48476afdef --- /dev/null +++ b/20.02/_serialize_layer_parameters_8hpp.xhtml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/SerializeLayerParameters.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
SerializeLayerParameters.hpp File Reference
+
+
+
#include <string>
+#include <functional>
+#include <armnn/Descriptors.hpp>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Classes

struct  StringifyLayerParameters< LayerParameter >
 StringifyLayerParameters allows serializing layer parameters to string. More...
 
struct  StringifyLayerParameters< PermuteDescriptor >
 
struct  StringifyLayerParameters< ReshapeDescriptor >
 
struct  StringifyLayerParameters< ActivationDescriptor >
 
struct  StringifyLayerParameters< Convolution2dDescriptor >
 
struct  StringifyLayerParameters< BatchNormalizationDescriptor >
 
struct  StringifyLayerParameters< DepthwiseConvolution2dDescriptor >
 
struct  StringifyLayerParameters< Pooling2dDescriptor >
 
struct  StringifyLayerParameters< SoftmaxDescriptor >
 
struct  StringifyLayerParameters< FullyConnectedDescriptor >
 
struct  StringifyLayerParameters< OriginsDescriptor >
 
struct  StringifyLayerParameters< ViewsDescriptor >
 
struct  StringifyLayerParameters< DetectionPostProcessDescriptor >
 
struct  StringifyLayerParameters< NormalizationDescriptor >
 
struct  StringifyLayerParameters< L2NormalizationDescriptor >
 
struct  StringifyLayerParameters< BatchToSpaceNdDescriptor >
 
struct  StringifyLayerParameters< FakeQuantizationDescriptor >
 
struct  StringifyLayerParameters< ResizeBilinearDescriptor >
 
struct  StringifyLayerParameters< ResizeDescriptor >
 
struct  StringifyLayerParameters< SpaceToBatchNdDescriptor >
 
struct  StringifyLayerParameters< SpaceToDepthDescriptor >
 
struct  StringifyLayerParameters< LstmDescriptor >
 
struct  StringifyLayerParameters< MeanDescriptor >
 
struct  StringifyLayerParameters< PadDescriptor >
 
struct  StringifyLayerParameters< StackDescriptor >
 
struct  StringifyLayerParameters< StridedSliceDescriptor >
 
struct  StringifyLayerParameters< PreCompiledDescriptor >
 
struct  StringifyLayerParameters< TransposeConvolution2dDescriptor >
 
struct  StringifyLayerParameters< TransposeDescriptor >
 
+ + + + +

+Namespaces

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

+Typedefs

using ParameterStringifyFunction = std::function< void(const std::string &name, const std::string &value)>
 
+
+
+ + + + -- cgit v1.2.1