24.08
|
#include <QuantizedLstmParams.hpp>
Public Member Functions | |
QuantizedLstmInputParamsInfo () | |
const TensorInfo & | Deref (const TensorInfo *tensorInfo) const |
const TensorInfo & | GetInputToInputWeights () const |
const TensorInfo & | GetInputToForgetWeights () const |
const TensorInfo & | GetInputToCellWeights () const |
const TensorInfo & | GetInputToOutputWeights () const |
const TensorInfo & | GetRecurrentToInputWeights () const |
const TensorInfo & | GetRecurrentToForgetWeights () const |
const TensorInfo & | GetRecurrentToCellWeights () const |
const TensorInfo & | GetRecurrentToOutputWeights () const |
const TensorInfo & | GetInputGateBias () const |
const TensorInfo & | GetForgetGateBias () const |
const TensorInfo & | GetCellBias () const |
const TensorInfo & | GetOutputGateBias () const |
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_InputGateBias |
const TensorInfo * | m_ForgetGateBias |
const TensorInfo * | m_CellBias |
const TensorInfo * | m_OutputGateBias |
Definition at line 119 of file QuantizedLstmParams.hpp.
|
inline |
Definition at line 121 of file QuantizedLstmParams.hpp.
|
inline |
Definition at line 155 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetCellBias(), QuantizedLstmInputParamsInfo::GetForgetGateBias(), QuantizedLstmInputParamsInfo::GetInputGateBias(), QuantizedLstmInputParamsInfo::GetInputToCellWeights(), QuantizedLstmInputParamsInfo::GetInputToForgetWeights(), QuantizedLstmInputParamsInfo::GetInputToInputWeights(), QuantizedLstmInputParamsInfo::GetInputToOutputWeights(), QuantizedLstmInputParamsInfo::GetOutputGateBias(), QuantizedLstmInputParamsInfo::GetRecurrentToCellWeights(), QuantizedLstmInputParamsInfo::GetRecurrentToForgetWeights(), QuantizedLstmInputParamsInfo::GetRecurrentToInputWeights(), and QuantizedLstmInputParamsInfo::GetRecurrentToOutputWeights().
|
inline |
Definition at line 207 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_CellBias.
|
inline |
Definition at line 203 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_ForgetGateBias.
|
inline |
Definition at line 199 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_InputGateBias.
|
inline |
Definition at line 173 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_InputToCellWeights.
|
inline |
Definition at line 169 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_InputToForgetWeights.
|
inline |
Definition at line 165 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_InputToInputWeights.
|
inline |
Definition at line 177 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_InputToOutputWeights.
|
inline |
Definition at line 211 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_OutputGateBias.
|
inline |
Definition at line 190 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_RecurrentToCellWeights.
|
inline |
Definition at line 186 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_RecurrentToForgetWeights.
|
inline |
Definition at line 182 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_RecurrentToInputWeights.
|
inline |
Definition at line 194 of file QuantizedLstmParams.hpp.
References QuantizedLstmInputParamsInfo::Deref(), and QuantizedLstmInputParamsInfo::m_RecurrentToOutputWeights.
const TensorInfo* m_CellBias |
Definition at line 151 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetCellBias().
const TensorInfo* m_ForgetGateBias |
Definition at line 150 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetForgetGateBias().
const TensorInfo* m_InputGateBias |
Definition at line 149 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetInputGateBias().
const TensorInfo* m_InputToCellWeights |
Definition at line 141 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetInputToCellWeights().
const TensorInfo* m_InputToForgetWeights |
Definition at line 140 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetInputToForgetWeights().
const TensorInfo* m_InputToInputWeights |
Definition at line 139 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetInputToInputWeights().
const TensorInfo* m_InputToOutputWeights |
Definition at line 142 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetInputToOutputWeights().
const TensorInfo* m_OutputGateBias |
Definition at line 152 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetOutputGateBias().
const TensorInfo* m_RecurrentToCellWeights |
Definition at line 146 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetRecurrentToCellWeights().
const TensorInfo* m_RecurrentToForgetWeights |
Definition at line 145 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetRecurrentToForgetWeights().
const TensorInfo* m_RecurrentToInputWeights |
Definition at line 144 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetRecurrentToInputWeights().
const TensorInfo* m_RecurrentToOutputWeights |
Definition at line 147 of file QuantizedLstmParams.hpp.
Referenced by QuantizedLstmInputParamsInfo::GetRecurrentToOutputWeights().