|
25.11
|
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. | |
| float | m_ProjectionClip |
| Clipping threshold value for the projection. | |
| bool | m_CifgEnabled |
| Enable/disable CIFG (coupled input & forget gate). | |
| bool | m_PeepholeEnabled |
| Enable/disable peephole. | |
| bool | m_ProjectionEnabled |
| Enable/disable the projection layer. | |
| bool | m_LayerNormEnabled |
| Enable/disable layer normalization. | |
| float | m_InputIntermediateScale |
| Input intermediate quantization scale. | |
| float | m_ForgetIntermediateScale |
| Forget intermediate quantization scale. | |
| float | m_CellIntermediateScale |
| Cell intermediate quantization scale. | |
| float | m_OutputIntermediateScale |
| Output intermediate quantization scale. | |
| int32_t | m_HiddenStateZeroPoint |
| Hidden State zero point. | |
| float | m_HiddenStateScale |
| Hidden State quantization scale. | |
A QLstmDescriptor for the QLstmLayer.
Definition at line 1380 of file Descriptors.hpp.
|
inline |
Definition at line 1382 of file Descriptors.hpp.
References m_CellClip, m_CellIntermediateScale, m_CifgEnabled, m_ForgetIntermediateScale, m_HiddenStateScale, m_HiddenStateZeroPoint, m_InputIntermediateScale, m_LayerNormEnabled, m_OutputIntermediateScale, m_PeepholeEnabled, m_ProjectionClip, and m_ProjectionEnabled.
Referenced by operator==().
|
inline |
Definition at line 1397 of file Descriptors.hpp.
References m_CellClip, m_CellIntermediateScale, m_CifgEnabled, m_ForgetIntermediateScale, m_HiddenStateScale, m_HiddenStateZeroPoint, m_InputIntermediateScale, m_LayerNormEnabled, m_OutputIntermediateScale, m_PeepholeEnabled, m_ProjectionClip, m_ProjectionEnabled, and QLstmDescriptor().
| float m_CellClip |
Clipping threshold value for the cell state.
Definition at line 1414 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| float m_CellIntermediateScale |
Cell intermediate quantization scale.
Definition at line 1430 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| bool m_CifgEnabled |
Enable/disable CIFG (coupled input & forget gate).
Definition at line 1418 of file Descriptors.hpp.
Referenced by NetworkImpl::AddQLstmLayer(), armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| float m_ForgetIntermediateScale |
Forget intermediate quantization scale.
Definition at line 1428 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| float m_HiddenStateScale |
Hidden State quantization scale.
Definition at line 1436 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| int32_t m_HiddenStateZeroPoint |
Hidden State zero point.
Definition at line 1434 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| float m_InputIntermediateScale |
Input intermediate quantization scale.
Definition at line 1426 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| bool m_LayerNormEnabled |
Enable/disable layer normalization.
Definition at line 1424 of file Descriptors.hpp.
Referenced by NetworkImpl::AddQLstmLayer(), armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| float m_OutputIntermediateScale |
Output intermediate quantization scale.
Definition at line 1432 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| bool m_PeepholeEnabled |
Enable/disable peephole.
Definition at line 1420 of file Descriptors.hpp.
Referenced by NetworkImpl::AddQLstmLayer(), armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| float m_ProjectionClip |
Clipping threshold value for the projection.
Definition at line 1416 of file Descriptors.hpp.
Referenced by armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().
| bool m_ProjectionEnabled |
Enable/disable the projection layer.
Definition at line 1422 of file Descriptors.hpp.
Referenced by NetworkImpl::AddQLstmLayer(), armnn::ClQLstmWorkloadValidate(), IDeserializer::DeserializerImpl::GetQLstmDescriptor(), armnn::NeonQLstmWorkloadValidate(), operator==(), and QLstmDescriptor().