ArmNN
 23.11
LstmOptCifgParameters Struct Reference

#include <LstmParameters.hpp>

Public Attributes

std::shared_ptr< ConstTensorHandlem_InputToInputWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_RecurrentToInputWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_InputGateBias
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 

Detailed Description

Definition at line 26 of file LstmParameters.hpp.

Member Data Documentation

◆ m_InputGateBias

◆ m_InputToInputWeights

◆ m_RecurrentToInputWeights


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