24.08
|
#include <QLstmLayer.hpp>
Public Attributes | |
std::shared_ptr< ConstTensorHandle > | m_InputLayerNormWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
std::shared_ptr< ConstTensorHandle > | m_ForgetLayerNormWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
std::shared_ptr< ConstTensorHandle > | m_CellLayerNormWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
std::shared_ptr< ConstTensorHandle > | m_OutputLayerNormWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
Definition at line 66 of file QLstmLayer.hpp.
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().
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().
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().
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().