ArmNN
 22.05.01
LstmOptLayerNormParameters Struct Reference

#include <LstmParameters.hpp>

Public Attributes

std::shared_ptr< ConstTensorHandlem_InputLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_ForgetLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_CellLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 
std::shared_ptr< ConstTensorHandlem_OutputLayerNormWeights
 A unique pointer to represent 1D weights tensor with dimensions [num_units]. More...
 

Detailed Description

Definition at line 14 of file LstmParameters.hpp.

Member Data Documentation

◆ m_CellLayerNormWeights

◆ m_ForgetLayerNormWeights

◆ m_InputLayerNormWeights

◆ m_OutputLayerNormWeights


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