From add078b7f9a658d52ee6e8fe6771ea0517c07674 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Mon, 10 May 2021 16:51:20 +0100 Subject: IVGCVSW-5908 Update 21.05 Doxygen Documents Signed-off-by: mathad01 Change-Id: I95316d4fc5f9d10185492dc835bb2411c1daea7b --- ...rmnn_1_1_q_lstm_opt_projection_parameters.xhtml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 21.05/structarmnn_1_1_q_lstm_opt_projection_parameters.xhtml (limited to '21.05/structarmnn_1_1_q_lstm_opt_projection_parameters.xhtml') diff --git a/21.05/structarmnn_1_1_q_lstm_opt_projection_parameters.xhtml b/21.05/structarmnn_1_1_q_lstm_opt_projection_parameters.xhtml new file mode 100644 index 0000000000..c5a770eb17 --- /dev/null +++ b/21.05/structarmnn_1_1_q_lstm_opt_projection_parameters.xhtml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + +ArmNN: QLstmOptProjectionParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QLstmOptProjectionParameters Struct Reference
+
+
+ +

#include <QLstmLayer.hpp>

+ + + + + + + + +

+Public Attributes

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

Detailed Description

+
+

Definition at line 38 of file QLstmLayer.hpp.

+

Member Data Documentation

+ +

◆ m_ProjectionBias

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> m_ProjectionBias
+
+ +

A unique pointer to represent 1D weights tensor with dimensions [output_size] (int32).

+ +

Definition at line 43 of file QLstmLayer.hpp.

+ +

Referenced by QLstmLayer::Accept(), QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), and QLstmLayer::GetConstantTensorsByRef().

+ +
+
+ +

◆ m_ProjectionWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> m_ProjectionWeights
+
+ +

A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8).

+ +

Definition at line 41 of file QLstmLayer.hpp.

+ +

Referenced by QLstmLayer::Accept(), QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

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