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 --- ...tarmnn_1_1_lstm_opt_projection_parameters.xhtml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 20.02/structarmnn_1_1_lstm_opt_projection_parameters.xhtml (limited to '20.02/structarmnn_1_1_lstm_opt_projection_parameters.xhtml') diff --git a/20.02/structarmnn_1_1_lstm_opt_projection_parameters.xhtml b/20.02/structarmnn_1_1_lstm_opt_projection_parameters.xhtml new file mode 100644 index 0000000000..d7bf888208 --- /dev/null +++ b/20.02/structarmnn_1_1_lstm_opt_projection_parameters.xhtml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + +ArmNN: LstmOptProjectionParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LstmOptProjectionParameters Struct Reference
+
+
+ +

#include <LstmLayer.hpp>

+ + + + + + + + +

+Public Attributes

std::unique_ptr< ScopedCpuTensorHandlem_ProjectionWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units]. More...
 
std::unique_ptr< ScopedCpuTensorHandlem_ProjectionBias
 A unique pointer to represent 1D weights tensor with dimensions [output_size]. More...
 
+

Detailed Description

+
+

Definition at line 38 of file LstmLayer.hpp.

+

Member Data Documentation

+ +

◆ m_ProjectionBias

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_ProjectionBias
+
+ +

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

+ +

Definition at line 43 of file LstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_ProjectionWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_ProjectionWeights
+
+ +

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

+ +

Definition at line 41 of file LstmLayer.hpp.

+ +

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

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