|
25.11
|
#include <LstmParameters.hpp>
Public Attributes | |
| std::shared_ptr< ConstTensorHandle > | m_InputToInputWeights |
| A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. | |
| std::shared_ptr< ConstTensorHandle > | m_RecurrentToInputWeights |
| A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units]. | |
| std::shared_ptr< ConstTensorHandle > | m_InputGateBias |
| A unique pointer to represent 1D weights tensor with dimensions [num_units]. | |
Definition at line 26 of file LstmParameters.hpp.
| std::shared_ptr<ConstTensorHandle> m_InputGateBias |
A unique pointer to represent 1D weights tensor with dimensions [num_units].
Definition at line 33 of file LstmParameters.hpp.
| std::shared_ptr<ConstTensorHandle> m_InputToInputWeights |
A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units].
Definition at line 29 of file LstmParameters.hpp.
| std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights |
A unique pointer to represent 2D weights tensor with dimensions [input_size, num_units].
Definition at line 31 of file LstmParameters.hpp.