From d5d43d82c0137e08553e44345c609cdd1a7931c7 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 17 Jun 2022 13:24:58 +0100 Subject: Update Doxygen for 22.05 patch release * Pooling3D added to tfLite delegate * Available in tag 22.05.01 Signed-off-by: Nikhil Raj Change-Id: I8d605bba4e87d30baa2c6d7b338c78a4400dc021 --- ...tarmnn_1_1_lstm_opt_projection_parameters.xhtml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 22.05.01/structarmnn_1_1_lstm_opt_projection_parameters.xhtml (limited to '22.05.01/structarmnn_1_1_lstm_opt_projection_parameters.xhtml') diff --git a/22.05.01/structarmnn_1_1_lstm_opt_projection_parameters.xhtml b/22.05.01/structarmnn_1_1_lstm_opt_projection_parameters.xhtml new file mode 100644 index 0000000000..3d68fd2ee0 --- /dev/null +++ b/22.05.01/structarmnn_1_1_lstm_opt_projection_parameters.xhtml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + +ArmNN: LstmOptProjectionParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LstmOptProjectionParameters Struct Reference
+
+
+ +

#include <LstmParameters.hpp>

+ + + + + + + + +

+Public Attributes

std::shared_ptr< ConstTensorHandlem_ProjectionWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_ProjectionBias
 A unique pointer to represent 1D weights tensor with dimensions [output_size]. More...
 
+

Detailed Description

+
+

Definition at line 36 of file LstmParameters.hpp.

+

Member Data Documentation

+ +

◆ m_ProjectionBias

+ + + +

◆ m_ProjectionWeights

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