24.08
|
#include <LstmParams.hpp>
Public Attributes | |
const TensorInfo * | m_InputToInputWeights |
const TensorInfo * | m_InputToForgetWeights |
const TensorInfo * | m_InputToCellWeights |
const TensorInfo * | m_InputToOutputWeights |
const TensorInfo * | m_RecurrentToInputWeights |
const TensorInfo * | m_RecurrentToForgetWeights |
const TensorInfo * | m_RecurrentToCellWeights |
const TensorInfo * | m_RecurrentToOutputWeights |
const TensorInfo * | m_CellToInputWeights |
const TensorInfo * | m_CellToForgetWeights |
const TensorInfo * | m_CellToOutputWeights |
const TensorInfo * | m_InputGateBias |
const TensorInfo * | m_ForgetGateBias |
const TensorInfo * | m_CellBias |
const TensorInfo * | m_OutputGateBias |
const TensorInfo * | m_ProjectionWeights |
const TensorInfo * | m_ProjectionBias |
const TensorInfo * | m_InputLayerNormWeights |
const TensorInfo * | m_ForgetLayerNormWeights |
const TensorInfo * | m_CellLayerNormWeights |
const TensorInfo * | m_OutputLayerNormWeights |
Definition at line 63 of file LstmParams.hpp.
|
inline |
Definition at line 65 of file LstmParams.hpp.
|
inline |
Definition at line 111 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetCellBias(), LstmInputParamsInfo::GetCellLayerNormWeights(), LstmInputParamsInfo::GetCellToForgetWeights(), LstmInputParamsInfo::GetCellToInputWeights(), LstmInputParamsInfo::GetCellToOutputWeights(), LstmInputParamsInfo::GetForgetGateBias(), LstmInputParamsInfo::GetForgetLayerNormWeights(), LstmInputParamsInfo::GetInputGateBias(), LstmInputParamsInfo::GetInputLayerNormWeights(), LstmInputParamsInfo::GetInputToCellWeights(), LstmInputParamsInfo::GetInputToForgetWeights(), LstmInputParamsInfo::GetInputToInputWeights(), LstmInputParamsInfo::GetInputToOutputWeights(), LstmInputParamsInfo::GetOutputGateBias(), LstmInputParamsInfo::GetOutputLayerNormWeights(), LstmInputParamsInfo::GetProjectionBias(), LstmInputParamsInfo::GetProjectionWeights(), LstmInputParamsInfo::GetRecurrentToCellWeights(), LstmInputParamsInfo::GetRecurrentToForgetWeights(), LstmInputParamsInfo::GetRecurrentToInputWeights(), and LstmInputParamsInfo::GetRecurrentToOutputWeights().
|
inline |
Definition at line 173 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_CellBias.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 197 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_CellLayerNormWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 157 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_CellToForgetWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 153 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_CellToInputWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 161 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_CellToOutputWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 169 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_ForgetGateBias.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 193 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_ForgetLayerNormWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 165 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_InputGateBias.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 189 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_InputLayerNormWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 129 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_InputToCellWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 125 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_InputToForgetWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 121 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_InputToInputWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 133 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_InputToOutputWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 177 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_OutputGateBias.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 201 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_OutputLayerNormWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 185 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_ProjectionBias.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 181 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_ProjectionWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 145 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_RecurrentToCellWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 141 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_RecurrentToForgetWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 137 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_RecurrentToInputWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
|
inline |
Definition at line 149 of file LstmParams.hpp.
References LstmInputParamsInfo::Deref(), and LstmInputParamsInfo::m_RecurrentToOutputWeights.
Referenced by RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
const TensorInfo* m_CellBias |
Definition at line 102 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetCellBias().
const TensorInfo* m_CellLayerNormWeights |
Definition at line 108 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetCellLayerNormWeights().
const TensorInfo* m_CellToForgetWeights |
Definition at line 98 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetCellToForgetWeights().
const TensorInfo* m_CellToInputWeights |
Definition at line 97 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetCellToInputWeights().
const TensorInfo* m_CellToOutputWeights |
Definition at line 99 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetCellToOutputWeights().
const TensorInfo* m_ForgetGateBias |
Definition at line 101 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetForgetGateBias().
const TensorInfo* m_ForgetLayerNormWeights |
Definition at line 107 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetForgetLayerNormWeights().
const TensorInfo* m_InputGateBias |
Definition at line 100 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetInputGateBias().
const TensorInfo* m_InputLayerNormWeights |
Definition at line 106 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetInputLayerNormWeights().
const TensorInfo* m_InputToCellWeights |
Definition at line 91 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetInputToCellWeights().
const TensorInfo* m_InputToForgetWeights |
Definition at line 90 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetInputToForgetWeights().
const TensorInfo* m_InputToInputWeights |
Definition at line 89 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetInputToInputWeights().
const TensorInfo* m_InputToOutputWeights |
Definition at line 92 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetInputToOutputWeights().
const TensorInfo* m_OutputGateBias |
Definition at line 103 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetOutputGateBias().
const TensorInfo* m_OutputLayerNormWeights |
Definition at line 109 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetOutputLayerNormWeights().
const TensorInfo* m_ProjectionBias |
Definition at line 105 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetProjectionBias(), RefLayerSupport::IsLstmSupported(), and RefLayerSupport::IsUnidirectionalSequenceLstmSupported().
const TensorInfo* m_ProjectionWeights |
Definition at line 104 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetProjectionWeights().
const TensorInfo* m_RecurrentToCellWeights |
Definition at line 95 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetRecurrentToCellWeights().
const TensorInfo* m_RecurrentToForgetWeights |
Definition at line 94 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetRecurrentToForgetWeights().
const TensorInfo* m_RecurrentToInputWeights |
Definition at line 93 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetRecurrentToInputWeights().
const TensorInfo* m_RecurrentToOutputWeights |
Definition at line 96 of file LstmParams.hpp.
Referenced by LstmInputParamsInfo::GetRecurrentToOutputWeights().