24.08
|
A QLstmDescriptor for the QLstmLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
QLstmDescriptor () | |
bool | operator== (const QLstmDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
float | m_CellClip |
Clipping threshold value for the cell state. More... | |
float | m_ProjectionClip |
Clipping threshold value for the projection. More... | |
bool | m_CifgEnabled |
Enable/disable CIFG (coupled input & forget gate). More... | |
bool | m_PeepholeEnabled |
Enable/disable peephole. More... | |
bool | m_ProjectionEnabled |
Enable/disable the projection layer. More... | |
bool | m_LayerNormEnabled |
Enable/disable layer normalization. More... | |
float | m_InputIntermediateScale |
Input intermediate quantization scale. More... | |
float | m_ForgetIntermediateScale |
Forget intermediate quantization scale. More... | |
float | m_CellIntermediateScale |
Cell intermediate quantization scale. More... | |
float | m_OutputIntermediateScale |
Output intermediate quantization scale. More... | |
int32_t | m_HiddenStateZeroPoint |
Hidden State zero point. More... | |
float | m_HiddenStateScale |
Hidden State quantization scale. More... | |
A QLstmDescriptor for the QLstmLayer.
Definition at line 1380 of file Descriptors.hpp.
|
inline |
Definition at line 1382 of file Descriptors.hpp.
|
inline |
Definition at line 1397 of file Descriptors.hpp.
References QLstmDescriptor::m_CellClip, QLstmDescriptor::m_CellIntermediateScale, QLstmDescriptor::m_CifgEnabled, QLstmDescriptor::m_ForgetIntermediateScale, QLstmDescriptor::m_HiddenStateScale, QLstmDescriptor::m_HiddenStateZeroPoint, QLstmDescriptor::m_InputIntermediateScale, QLstmDescriptor::m_LayerNormEnabled, QLstmDescriptor::m_OutputIntermediateScale, QLstmDescriptor::m_PeepholeEnabled, QLstmDescriptor::m_ProjectionClip, and QLstmDescriptor::m_ProjectionEnabled.
float m_CellClip |
Clipping threshold value for the cell state.
Definition at line 1414 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), and QLstmDescriptor::operator==().
float m_CellIntermediateScale |
Cell intermediate quantization scale.
Definition at line 1430 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), and QLstmDescriptor::operator==().
bool m_CifgEnabled |
Enable/disable CIFG (coupled input & forget gate).
Definition at line 1418 of file Descriptors.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), QLstmDescriptor::operator==(), QLstmQueueDescriptor::Validate(), and QLstmLayer::ValidateTensorShapesFromInputs().
float m_ForgetIntermediateScale |
Forget intermediate quantization scale.
Definition at line 1428 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), and QLstmDescriptor::operator==().
float m_HiddenStateScale |
Hidden State quantization scale.
Definition at line 1436 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), QLstmDescriptor::operator==(), and QLstmQueueDescriptor::Validate().
int32_t m_HiddenStateZeroPoint |
Hidden State zero point.
Definition at line 1434 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), QLstmDescriptor::operator==(), and QLstmQueueDescriptor::Validate().
float m_InputIntermediateScale |
Input intermediate quantization scale.
Definition at line 1426 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), and QLstmDescriptor::operator==().
bool m_LayerNormEnabled |
Enable/disable layer normalization.
Definition at line 1424 of file Descriptors.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), QLstmDescriptor::operator==(), and QLstmQueueDescriptor::Validate().
float m_OutputIntermediateScale |
Output intermediate quantization scale.
Definition at line 1432 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), and QLstmDescriptor::operator==().
bool m_PeepholeEnabled |
Enable/disable peephole.
Definition at line 1420 of file Descriptors.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), QLstmDescriptor::operator==(), QLstmQueueDescriptor::Validate(), and QLstmLayer::ValidateTensorShapesFromInputs().
float m_ProjectionClip |
Clipping threshold value for the projection.
Definition at line 1416 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetQLstmDescriptor(), and QLstmDescriptor::operator==().
bool m_ProjectionEnabled |
Enable/disable the projection layer.
Definition at line 1422 of file Descriptors.hpp.
Referenced by QLstmLayer::Clone(), QLstmLayer::CreateWorkload(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), QLstmDescriptor::operator==(), QLstmQueueDescriptor::Validate(), and QLstmLayer::ValidateTensorShapesFromInputs().