ArmNN
 25.11
Loading...
Searching...
No Matches
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].
std::shared_ptr< ConstTensorHandlem_RecurrentToInputWeights
 A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units].
std::shared_ptr< ConstTensorHandlem_InputGateBias
 A unique pointer to represent 1D weights tensor with dimensions [num_units].

Detailed Description

Definition at line 26 of file LstmParameters.hpp.

Member Data Documentation

◆ m_InputGateBias

std::shared_ptr<ConstTensorHandle> m_InputGateBias

A unique pointer to represent 1D weights tensor with dimensions [num_units].

Definition at line 33 of file LstmParameters.hpp.

◆ m_InputToInputWeights

std::shared_ptr<ConstTensorHandle> m_InputToInputWeights

A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units].

Definition at line 29 of file LstmParameters.hpp.

◆ m_RecurrentToInputWeights

std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights

A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units].

Definition at line 31 of file LstmParameters.hpp.


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