From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- .../structarmnn_1_1_q_lstm_basic_parameters.xhtml | 336 +++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 20.05/structarmnn_1_1_q_lstm_basic_parameters.xhtml (limited to '20.05/structarmnn_1_1_q_lstm_basic_parameters.xhtml') diff --git a/20.05/structarmnn_1_1_q_lstm_basic_parameters.xhtml b/20.05/structarmnn_1_1_q_lstm_basic_parameters.xhtml new file mode 100644 index 0000000000..39fb9114c3 --- /dev/null +++ b/20.05/structarmnn_1_1_q_lstm_basic_parameters.xhtml @@ -0,0 +1,336 @@ + + + + + + + + + + + + + +ArmNN: QLstmBasicParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QLstmBasicParameters Struct Reference
+
+
+ +

#include <QLstmLayer.hpp>

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

+Public Attributes

std::unique_ptr< ScopedCpuTensorHandlem_InputToForgetWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, inputSize] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_InputToCellWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, inputSize] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_InputToOutputWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, inputSize] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_RecurrentToForgetWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, outputSize] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_RecurrentToCellWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, outputSize] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_RecurrentToOutputWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, outputSize] (QSymmS8). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_ForgetGateBias
 A unique pointer to represent 1D bias tensor with dimensions [num_units] (int32). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_CellBias
 A unique pointer to represent 1D bias tensor with dimensions [num_units] (int32). More...
 
std::unique_ptr< ScopedCpuTensorHandlem_OutputGateBias
 A unique pointer to represent 1D bias tensor with dimensions [num_units] (int32). More...
 
+

Detailed Description

+
+

Definition at line 14 of file QLstmLayer.hpp.

+

Member Data Documentation

+ +

◆ m_CellBias

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_CellBias
+
+ +

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

+ +

Definition at line 33 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_ForgetGateBias

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_ForgetGateBias
+
+ +

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

+ +

Definition at line 31 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_InputToCellWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_InputToCellWeights
+
+ +

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

+ +

Definition at line 19 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_InputToForgetWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_InputToForgetWeights
+
+ +

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

+ +

Definition at line 17 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_InputToOutputWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_InputToOutputWeights
+
+ +

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

+ +

Definition at line 21 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_OutputGateBias

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_OutputGateBias
+
+ +

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

+ +

Definition at line 35 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_RecurrentToCellWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_RecurrentToCellWeights
+
+ +

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

+ +

Definition at line 26 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_RecurrentToForgetWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_RecurrentToForgetWeights
+
+ +

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

+ +

Definition at line 24 of file QLstmLayer.hpp.

+ +

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

+ +
+
+ +

◆ m_RecurrentToOutputWeights

+ +
+
+ + + + +
std::unique_ptr<ScopedCpuTensorHandle> m_RecurrentToOutputWeights
+
+ +

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

+ +

Definition at line 28 of file QLstmLayer.hpp.

+ +

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

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