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 --- ...tructarmnn_1_1_stringify_layer_parameters.xhtml | 179 +++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 20.02/structarmnn_1_1_stringify_layer_parameters.xhtml (limited to '20.02/structarmnn_1_1_stringify_layer_parameters.xhtml') diff --git a/20.02/structarmnn_1_1_stringify_layer_parameters.xhtml b/20.02/structarmnn_1_1_stringify_layer_parameters.xhtml new file mode 100644 index 0000000000..3784b1702f --- /dev/null +++ b/20.02/structarmnn_1_1_stringify_layer_parameters.xhtml @@ -0,0 +1,179 @@ + + + + + + + + + + + + + +ArmNN: StringifyLayerParameters< LayerParameter > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
StringifyLayerParameters< LayerParameter > Struct Template Reference
+
+
+ +

StringifyLayerParameters allows serializing layer parameters to string. + More...

+ +

#include <SerializeLayerParameters.hpp>

+ + + + +

+Static Public Member Functions

static void Serialize (ParameterStringifyFunction &, const LayerParameter &)
 
+

Detailed Description

+

template<typename LayerParameter>
+struct armnn::StringifyLayerParameters< LayerParameter >

+ +

StringifyLayerParameters allows serializing layer parameters to string.

+

The default implementation is a no-op because this operation is considered non-vital for ArmNN and thus we allow adding new layer parameters without supplying the corresponding stringify functionality.

+ +

Definition at line 23 of file SerializeLayerParameters.hpp.

+

Member Function Documentation

+ +

◆ Serialize()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static void Serialize (ParameterStringifyFunction,
const LayerParameter &  
)
+
+inlinestatic
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1