From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/structarmnn_1_1_lstm_input_params.xhtml | 604 ++++++++++++++++++++++++++ 1 file changed, 604 insertions(+) create mode 100644 21.02/structarmnn_1_1_lstm_input_params.xhtml (limited to '21.02/structarmnn_1_1_lstm_input_params.xhtml') diff --git a/21.02/structarmnn_1_1_lstm_input_params.xhtml b/21.02/structarmnn_1_1_lstm_input_params.xhtml new file mode 100644 index 0000000000..2bb25a4d0e --- /dev/null +++ b/21.02/structarmnn_1_1_lstm_input_params.xhtml @@ -0,0 +1,604 @@ + + + + + + + + + + + + + +ArmNN: LstmInputParams Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LstmInputParams Struct Reference
+
+
+ +

#include <LstmParams.hpp>

+ + + + +

+Public Member Functions

 LstmInputParams ()
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

const ConstTensorm_InputToInputWeights
 
const ConstTensorm_InputToForgetWeights
 
const ConstTensorm_InputToCellWeights
 
const ConstTensorm_InputToOutputWeights
 
const ConstTensorm_RecurrentToInputWeights
 
const ConstTensorm_RecurrentToForgetWeights
 
const ConstTensorm_RecurrentToCellWeights
 
const ConstTensorm_RecurrentToOutputWeights
 
const ConstTensorm_CellToInputWeights
 
const ConstTensorm_CellToForgetWeights
 
const ConstTensorm_CellToOutputWeights
 
const ConstTensorm_InputGateBias
 
const ConstTensorm_ForgetGateBias
 
const ConstTensorm_CellBias
 
const ConstTensorm_OutputGateBias
 
const ConstTensorm_ProjectionWeights
 
const ConstTensorm_ProjectionBias
 
const ConstTensorm_InputLayerNormWeights
 
const ConstTensorm_ForgetLayerNormWeights
 
const ConstTensorm_CellLayerNormWeights
 
const ConstTensorm_OutputLayerNormWeights
 
+

Detailed Description

+
+

Definition at line 13 of file LstmParams.hpp.

+

Constructor & Destructor Documentation

+ +

◆ LstmInputParams()

+ +
+
+ + + + + +
+ + + + + + + +
LstmInputParams ()
+
+inline
+
+ +

Definition at line 15 of file LstmParams.hpp.

+
16  : m_InputToInputWeights(nullptr)
17  , m_InputToForgetWeights(nullptr)
18  , m_InputToCellWeights(nullptr)
19  , m_InputToOutputWeights(nullptr)
20  , m_RecurrentToInputWeights(nullptr)
22  , m_RecurrentToCellWeights(nullptr)
24  , m_CellToInputWeights(nullptr)
25  , m_CellToForgetWeights(nullptr)
26  , m_CellToOutputWeights(nullptr)
27  , m_InputGateBias(nullptr)
28  , m_ForgetGateBias(nullptr)
29  , m_CellBias(nullptr)
30  , m_OutputGateBias(nullptr)
31  , m_ProjectionWeights(nullptr)
32  , m_ProjectionBias(nullptr)
33  , m_InputLayerNormWeights(nullptr)
34  , m_ForgetLayerNormWeights(nullptr)
35  , m_CellLayerNormWeights(nullptr)
36  , m_OutputLayerNormWeights(nullptr)
37  {
38  }
const ConstTensor * m_ProjectionWeights
Definition: LstmParams.hpp:55
+
const ConstTensor * m_CellBias
Definition: LstmParams.hpp:53
+
const ConstTensor * m_CellToOutputWeights
Definition: LstmParams.hpp:50
+
const ConstTensor * m_CellToInputWeights
Definition: LstmParams.hpp:48
+
const ConstTensor * m_InputGateBias
Definition: LstmParams.hpp:51
+
const ConstTensor * m_RecurrentToCellWeights
Definition: LstmParams.hpp:46
+
const ConstTensor * m_ForgetLayerNormWeights
Definition: LstmParams.hpp:58
+
const ConstTensor * m_CellToForgetWeights
Definition: LstmParams.hpp:49
+
const ConstTensor * m_OutputGateBias
Definition: LstmParams.hpp:54
+
const ConstTensor * m_InputLayerNormWeights
Definition: LstmParams.hpp:57
+
const ConstTensor * m_RecurrentToOutputWeights
Definition: LstmParams.hpp:47
+
const ConstTensor * m_ProjectionBias
Definition: LstmParams.hpp:56
+
const ConstTensor * m_CellLayerNormWeights
Definition: LstmParams.hpp:59
+
const ConstTensor * m_ForgetGateBias
Definition: LstmParams.hpp:52
+
const ConstTensor * m_InputToCellWeights
Definition: LstmParams.hpp:42
+
const ConstTensor * m_InputToOutputWeights
Definition: LstmParams.hpp:43
+
const ConstTensor * m_RecurrentToForgetWeights
Definition: LstmParams.hpp:45
+
const ConstTensor * m_RecurrentToInputWeights
Definition: LstmParams.hpp:44
+
const ConstTensor * m_OutputLayerNormWeights
Definition: LstmParams.hpp:60
+
const ConstTensor * m_InputToForgetWeights
Definition: LstmParams.hpp:41
+
const ConstTensor * m_InputToInputWeights
Definition: LstmParams.hpp:40
+
+
+
+

Member Data Documentation

+ +

◆ m_CellBias

+ + + +

◆ m_CellLayerNormWeights

+ + + +

◆ m_CellToForgetWeights

+ + + +

◆ m_CellToInputWeights

+ + + +

◆ m_CellToOutputWeights

+ + + +

◆ m_ForgetGateBias

+ + + +

◆ m_ForgetLayerNormWeights

+ + + +

◆ m_InputGateBias

+ + + +

◆ m_InputLayerNormWeights

+ + + +

◆ m_InputToCellWeights

+ + + +

◆ m_InputToForgetWeights

+ + + +

◆ m_InputToInputWeights

+ + + +

◆ m_InputToOutputWeights

+ + + +

◆ m_OutputGateBias

+ + + +

◆ m_OutputLayerNormWeights

+ + + +

◆ m_ProjectionBias

+ + + +

◆ m_ProjectionWeights

+ + + +

◆ m_RecurrentToCellWeights

+ + + +

◆ m_RecurrentToForgetWeights

+ + + +

◆ m_RecurrentToInputWeights

+ + + +

◆ m_RecurrentToOutputWeights

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