ArmNN
 22.11
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: