From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- ...rs_3_01_elementwise_unary_descriptor_01_4.xhtml | 176 +++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 21.11/structarmnn_1_1_stringify_layer_parameters_3_01_elementwise_unary_descriptor_01_4.xhtml (limited to '21.11/structarmnn_1_1_stringify_layer_parameters_3_01_elementwise_unary_descriptor_01_4.xhtml') diff --git a/21.11/structarmnn_1_1_stringify_layer_parameters_3_01_elementwise_unary_descriptor_01_4.xhtml b/21.11/structarmnn_1_1_stringify_layer_parameters_3_01_elementwise_unary_descriptor_01_4.xhtml new file mode 100644 index 0000000000..33ba63420e --- /dev/null +++ b/21.11/structarmnn_1_1_stringify_layer_parameters_3_01_elementwise_unary_descriptor_01_4.xhtml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + +ArmNN: StringifyLayerParameters< ElementwiseUnaryDescriptor > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
StringifyLayerParameters< ElementwiseUnaryDescriptor > Struct Template Reference
+
+
+ +

#include <SerializeLayerParameters.hpp>

+ + + + +

+Static Public Member Functions

static void Serialize (ParameterStringifyFunction &fn, const ElementwiseUnaryDescriptor &desc)
 
+

Detailed Description

+

template<>
+struct armnn::StringifyLayerParameters< ElementwiseUnaryDescriptor >

+ + +

Definition at line 73 of file SerializeLayerParameters.hpp.

+

Member Function Documentation

+ +

◆ Serialize()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void Serialize (ParameterStringifyFunctionfn,
const ElementwiseUnaryDescriptordesc 
)
+
+static
+
+ +

Definition at line 181 of file SerializeLayerParameters.cpp.

+ +

References armnn::GetUnaryOperationAsCString(), and ElementwiseUnaryDescriptor::m_Operation.

+
183 {
184  fn("UnaryOperation", GetUnaryOperationAsCString(desc.m_Operation));
185 }
constexpr char const * GetUnaryOperationAsCString(UnaryOperation operation)
Definition: TypesUtils.hpp:71
+
+
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1