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