24.08
|
#include <QLstmLayer.hpp>
Public Attributes | |
std::shared_ptr< ConstTensorHandle > | m_InputToInputWeights |
A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8). More... | |
std::shared_ptr< ConstTensorHandle > | m_RecurrentToInputWeights |
A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8). More... | |
std::shared_ptr< ConstTensorHandle > | m_InputGateBias |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (int32). More... | |
Definition at line 56 of file QLstmLayer.hpp.
std::shared_ptr<ConstTensorHandle> m_InputGateBias |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (int32).
Definition at line 63 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().
std::shared_ptr<ConstTensorHandle> m_InputToInputWeights |
A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8).
Definition at line 59 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().
std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights |
A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units] (QSymmS8).
Definition at line 61 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().