From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- ...eters_3_01_fully_connected_descriptor_01_4.html | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 23.11/structarmnn_1_1_stringify_layer_parameters_3_01_fully_connected_descriptor_01_4.html (limited to '23.11/structarmnn_1_1_stringify_layer_parameters_3_01_fully_connected_descriptor_01_4.html') diff --git a/23.11/structarmnn_1_1_stringify_layer_parameters_3_01_fully_connected_descriptor_01_4.html b/23.11/structarmnn_1_1_stringify_layer_parameters_3_01_fully_connected_descriptor_01_4.html new file mode 100644 index 0000000000..62c8bda1ad --- /dev/null +++ b/23.11/structarmnn_1_1_stringify_layer_parameters_3_01_fully_connected_descriptor_01_4.html @@ -0,0 +1,175 @@ + + + + + + + + +Arm NN: StringifyLayerParameters< FullyConnectedDescriptor > Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
StringifyLayerParameters< FullyConnectedDescriptor > Struct Reference
+
+
+ +

#include <SerializeLayerParameters.hpp>

+ + + + +

+Static Public Member Functions

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

Detailed Description

+
+

Definition at line 93 of file SerializeLayerParameters.hpp.

+

Member Function Documentation

+ +

◆ Serialize()

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

Definition at line 209 of file SerializeLayerParameters.cpp.

+
211 {
+
212  fn("BiasEnabled", (desc.m_BiasEnabled ? "true" : "false"));
+
213  fn("TransposeWeightMatrix", (desc.m_TransposeWeightMatrix ? "true" : "false"));
+
214  fn("ConstantWeights", (desc.m_ConstantWeights ? "true" : "false"));
+
215 }
+
+

References FullyConnectedDescriptor::m_BiasEnabled, FullyConnectedDescriptor::m_ConstantWeights, and FullyConnectedDescriptor::m_TransposeWeightMatrix.

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1