|
25.11
|
#include <QLstmLayer.hpp>
Public Attributes | |
| std::shared_ptr< ConstTensorHandle > | m_ProjectionWeights |
| A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8). | |
| std::shared_ptr< ConstTensorHandle > | m_ProjectionBias |
| A unique pointer to represent 1D weights tensor with dimensions [output_size] (int32). | |
Definition at line 38 of file QLstmLayer.hpp.
| std::shared_ptr<ConstTensorHandle> m_ProjectionBias |
A unique pointer to represent 1D weights tensor with dimensions [output_size] (int32).
Definition at line 43 of file QLstmLayer.hpp.
| std::shared_ptr<ConstTensorHandle> m_ProjectionWeights |
A unique pointer to represent 2D weights tensor with dimensions [output_size, num_units] (QSymmS8).
Definition at line 41 of file QLstmLayer.hpp.