ArmNN
 22.05.01
LstmBasicParameters Struct Reference

#include <LstmParameters.hpp>

Public Attributes

std::shared_ptr< ConstTensorHandlem_InputToForgetWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_InputToCellWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_InputToOutputWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToForgetWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToCellWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToOutputWeights
 A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_ForgetGateBias
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_CellBias
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_OutputGateBias
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 

Detailed Description

Definition at line 54 of file LstmParameters.hpp.

Member Data Documentation

◆ m_CellBias

◆ m_ForgetGateBias

◆ m_InputToCellWeights

◆ m_InputToForgetWeights

◆ m_InputToOutputWeights

◆ m_OutputGateBias

◆ m_RecurrentToCellWeights

◆ m_RecurrentToForgetWeights

◆ m_RecurrentToOutputWeights


The documentation for this struct was generated from the following file: