24.08
|
#include <LstmParameters.hpp>
Public Attributes | |
std::shared_ptr< ConstTensorHandle > | m_CellToInputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units]. More... | |
std::shared_ptr< ConstTensorHandle > | m_CellToForgetWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units]. More... | |
std::shared_ptr< ConstTensorHandle > | m_CellToOutputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units]. More... | |
Definition at line 44 of file LstmParameters.hpp.
std::shared_ptr<ConstTensorHandle> m_CellToForgetWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units].
Definition at line 49 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().
std::shared_ptr<ConstTensorHandle> m_CellToInputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units].
Definition at line 47 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().
std::shared_ptr<ConstTensorHandle> m_CellToOutputWeights |
A unique pointer to represent 1D weights tensor with dimensions [num_units].
Definition at line 51 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().