ArmNN
 23.08
QLstmOptLayerNormParameters Struct Reference

#include <QLstmLayer.hpp>

Public Attributes

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

Detailed Description

Definition at line 66 of file QLstmLayer.hpp.

Member Data Documentation

◆ m_CellLayerNormWeights

std::shared_ptr<ConstTensorHandle> m_CellLayerNormWeights

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

Definition at line 73 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), and QLstmLayer::GetConstantTensorsByRef().

◆ m_ForgetLayerNormWeights

std::shared_ptr<ConstTensorHandle> m_ForgetLayerNormWeights

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

Definition at line 71 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), and QLstmLayer::GetConstantTensorsByRef().

◆ m_InputLayerNormWeights

std::shared_ptr<ConstTensorHandle> m_InputLayerNormWeights

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

Definition at line 69 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), and QLstmLayer::GetConstantTensorsByRef().

◆ m_OutputLayerNormWeights

std::shared_ptr<ConstTensorHandle> m_OutputLayerNormWeights

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

Definition at line 75 of file QLstmLayer.hpp.

Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), and QLstmLayer::GetConstantTensorsByRef().


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