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