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 --- ...r_parameters_3_01_softmax_descriptor_01_4.xhtml | 175 --------------------- 1 file changed, 175 deletions(-) delete mode 100644 Documentation/structarmnn_1_1_stringify_layer_parameters_3_01_softmax_descriptor_01_4.xhtml (limited to 'Documentation/structarmnn_1_1_stringify_layer_parameters_3_01_softmax_descriptor_01_4.xhtml') diff --git a/Documentation/structarmnn_1_1_stringify_layer_parameters_3_01_softmax_descriptor_01_4.xhtml b/Documentation/structarmnn_1_1_stringify_layer_parameters_3_01_softmax_descriptor_01_4.xhtml deleted file mode 100644 index 40da729e99..0000000000 --- a/Documentation/structarmnn_1_1_stringify_layer_parameters_3_01_softmax_descriptor_01_4.xhtml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - -ArmNN: StringifyLayerParameters< SoftmaxDescriptor > Struct Template Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
StringifyLayerParameters< SoftmaxDescriptor > Struct Template Reference
-
-
- -

#include <SerializeLayerParameters.hpp>

- - - - -

-Static Public Member Functions

static void Serialize (ParameterStringifyFunction &fn, const SoftmaxDescriptor &desc)
 
-

Detailed Description

-

template<>
-struct armnn::StringifyLayerParameters< SoftmaxDescriptor >

- - -

Definition at line 63 of file SerializeLayerParameters.hpp.

-

Member Function Documentation

- -

◆ Serialize()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
void Serialize (ParameterStringifyFunctionfn,
const SoftmaxDescriptordesc 
)
-
-static
-
- -

Definition at line 138 of file SerializeLayerParameters.cpp.

- -

References SoftmaxDescriptor::m_Axis, and SoftmaxDescriptor::m_Beta.

-
140 {
141  fn("Beta", std::to_string(desc.m_Beta));
142  fn("Axis", std::to_string(desc.m_Axis));
143 }
-
-
-
The documentation for this struct was generated from the following files: -
-
- - - - -- cgit v1.2.1