|
25.11
|
#include <LstmParameters.hpp>
Public Attributes | |
| std::shared_ptr< ConstTensorHandle > | m_CellToInputWeights |
| A unique pointer to represent 1D weights tensor with dimensions [num_units]. | |
| std::shared_ptr< ConstTensorHandle > | m_CellToForgetWeights |
| A unique pointer to represent 1D weights tensor with dimensions [num_units]. | |
| std::shared_ptr< ConstTensorHandle > | m_CellToOutputWeights |
| A unique pointer to represent 1D weights tensor with dimensions [num_units]. | |
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.
| 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.
| 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.