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 --- .../structarmnn_1_1_q_lstm_basic_parameters.xhtml | 336 +++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 22.05.01/structarmnn_1_1_q_lstm_basic_parameters.xhtml (limited to '22.05.01/structarmnn_1_1_q_lstm_basic_parameters.xhtml') diff --git a/22.05.01/structarmnn_1_1_q_lstm_basic_parameters.xhtml b/22.05.01/structarmnn_1_1_q_lstm_basic_parameters.xhtml new file mode 100644 index 0000000000..0b62a76908 --- /dev/null +++ b/22.05.01/structarmnn_1_1_q_lstm_basic_parameters.xhtml @@ -0,0 +1,336 @@ + + + + + + + + + + + + + +ArmNN: QLstmBasicParameters Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QLstmBasicParameters Struct Reference
+
+
+ +

#include <QLstmLayer.hpp>

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

+Public Attributes

std::shared_ptr< ConstTensorHandlem_InputToForgetWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, inputSize] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_InputToCellWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, inputSize] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_InputToOutputWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, inputSize] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToForgetWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, outputSize] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToCellWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, outputSize] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToOutputWeights
 A unique pointer to represent 2D weights tensor with dimensions [num_units, outputSize] (QSymmS8). More...
 
std::shared_ptr< ConstTensorHandlem_ForgetGateBias
 A unique pointer to represent 1D bias tensor with dimensions [num_units] (int32). More...
 
std::shared_ptr< ConstTensorHandlem_CellBias
 A unique pointer to represent 1D bias tensor with dimensions [num_units] (int32). More...
 
std::shared_ptr< ConstTensorHandlem_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::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_ForgetGateBias

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_InputToCellWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_InputToForgetWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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(), NetworkImpl::AddQLstmLayer(), QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_InputToOutputWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_OutputGateBias

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_RecurrentToCellWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_RecurrentToForgetWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

+ +
+
+ +

◆ m_RecurrentToOutputWeights

+ +
+
+ + + + +
std::shared_ptr<ConstTensorHandle> 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::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().

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