24.08
|
#include <QLstmLayer.hpp>
Public Attributes | |
std::shared_ptr< ConstTensorHandle > | m_ProjectionWeights |
A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8). More... | |
std::shared_ptr< ConstTensorHandle > | m_ProjectionBias |
A unique pointer to represent 1D weights tensor with dimensions [output_size] (int32). More... | |
Definition at line 38 of file QLstmLayer.hpp.
std::shared_ptr<ConstTensorHandle> m_ProjectionBias |
A unique pointer to represent 1D weights tensor with dimensions [output_size] (int32).
Definition at line 43 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), and QLstmLayer::GetConstantTensorsByRef().
std::shared_ptr<ConstTensorHandle> m_ProjectionWeights |
A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8).
Definition at line 41 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().