ArmNN
 25.11
Loading...
Searching...
No Matches
LstmInputParams Struct Reference

#include <LstmParams.hpp>

Collaboration diagram for LstmInputParams:
[legend]

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)
21 , m_RecurrentToForgetWeights(nullptr)
22 , m_RecurrentToCellWeights(nullptr)
23 , m_RecurrentToOutputWeights(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 }

References 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, and m_RecurrentToOutputWeights.

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: