24.08
|
#include <QLstmLayer.hpp>
Public Attributes | |
std::shared_ptr< ConstTensorHandle > | m_CellToInputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
std::shared_ptr< ConstTensorHandle > | m_CellToForgetWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
std::shared_ptr< ConstTensorHandle > | m_CellToOutputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16). More... | |
Definition at line 46 of file QLstmLayer.hpp.
std::shared_ptr<ConstTensorHandle> m_CellToForgetWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16).
Definition at line 51 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().
std::shared_ptr<ConstTensorHandle> m_CellToInputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16).
Definition at line 49 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().
std::shared_ptr<ConstTensorHandle> m_CellToOutputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units] (QSymmS16).
Definition at line 53 of file QLstmLayer.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), QLstmLayer::ExecuteStrategy(), QLstmLayer::GetConstantTensorsByRef(), and QLstmLayer::ValidateTensorShapesFromInputs().