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