From 8efb48a6847c5cd166c561127ae6611150963ce3 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 May 2023 11:14:28 +0100 Subject: Update Doxygen docu for 23.05 Signed-off-by: Nikhil Raj Change-Id: I0a992286f14fa68fcc6e5eba31ac39fed003cbbe --- ...tarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml | 224 +++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 23.05/structarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml (limited to '23.05/structarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml') diff --git a/23.05/structarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml b/23.05/structarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml new file mode 100644 index 0000000000..b320508e6f --- /dev/null +++ b/23.05/structarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml @@ -0,0 +1,224 @@ + + + + + + + + + + + + + +ArmNN: LstmOptLayerNormParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LstmOptLayerNormParameters Struct Reference
+
+
+ +

#include <LstmParameters.hpp>

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

+Public Attributes

std::shared_ptr< ConstTensorHandlem_InputLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_ForgetLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_CellLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_OutputLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
+

Detailed Description

+
+

Definition at line 14 of file LstmParameters.hpp.

+

Member Data Documentation

+ +

◆ m_CellLayerNormWeights

+ + + +

◆ m_ForgetLayerNormWeights

+ + + +

◆ m_InputLayerNormWeights

+ + + +

◆ m_OutputLayerNormWeights

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