|
25.11
|
#include <QuantizedLstmParams.hpp>
Public Member Functions | |
| QuantizedLstmInputParams () | |
| const ConstTensor & | Deref (const ConstTensor *tensorPtr) const |
| const ConstTensor & | GetInputToInputWeights () const |
| const ConstTensor & | GetInputToForgetWeights () const |
| const ConstTensor & | GetInputToCellWeights () const |
| const ConstTensor & | GetInputToOutputWeights () const |
| const ConstTensor & | GetRecurrentToInputWeights () const |
| const ConstTensor & | GetRecurrentToForgetWeights () const |
| const ConstTensor & | GetRecurrentToCellWeights () const |
| const ConstTensor & | GetRecurrentToOutputWeights () const |
| const ConstTensor & | GetInputGateBias () const |
| const ConstTensor & | GetForgetGateBias () const |
| const ConstTensor & | GetCellBias () const |
| const ConstTensor & | GetOutputGateBias () const |
Public Attributes | |
| const ConstTensor * | m_InputToInputWeights |
| const ConstTensor * | m_InputToForgetWeights |
| const ConstTensor * | m_InputToCellWeights |
| const ConstTensor * | m_InputToOutputWeights |
| const ConstTensor * | m_RecurrentToInputWeights |
| const ConstTensor * | m_RecurrentToForgetWeights |
| const ConstTensor * | m_RecurrentToCellWeights |
| const ConstTensor * | m_RecurrentToOutputWeights |
| const ConstTensor * | m_InputGateBias |
| const ConstTensor * | m_ForgetGateBias |
| const ConstTensor * | m_CellBias |
| const ConstTensor * | m_OutputGateBias |
Definition at line 13 of file QuantizedLstmParams.hpp.
|
inline |
Definition at line 15 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 48 of file QuantizedLstmParams.hpp.
Referenced by GetCellBias(), GetForgetGateBias(), GetInputGateBias(), GetInputToCellWeights(), GetInputToForgetWeights(), GetInputToInputWeights(), GetInputToOutputWeights(), GetOutputGateBias(), GetRecurrentToCellWeights(), GetRecurrentToForgetWeights(), GetRecurrentToInputWeights(), and GetRecurrentToOutputWeights().
|
inline |
Definition at line 108 of file QuantizedLstmParams.hpp.
References Deref(), and m_CellBias.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 103 of file QuantizedLstmParams.hpp.
References Deref(), and m_ForgetGateBias.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 98 of file QuantizedLstmParams.hpp.
References Deref(), and m_InputGateBias.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 68 of file QuantizedLstmParams.hpp.
References Deref(), and m_InputToCellWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 63 of file QuantizedLstmParams.hpp.
References Deref(), and m_InputToForgetWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 58 of file QuantizedLstmParams.hpp.
References Deref(), and m_InputToInputWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 73 of file QuantizedLstmParams.hpp.
References Deref(), and m_InputToOutputWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 113 of file QuantizedLstmParams.hpp.
References Deref(), and m_OutputGateBias.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 88 of file QuantizedLstmParams.hpp.
References Deref(), and m_RecurrentToCellWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 83 of file QuantizedLstmParams.hpp.
References Deref(), and m_RecurrentToForgetWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 78 of file QuantizedLstmParams.hpp.
References Deref(), and m_RecurrentToInputWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
|
inline |
Definition at line 93 of file QuantizedLstmParams.hpp.
References Deref(), and m_RecurrentToOutputWeights.
Referenced by NetworkImpl::AddQuantizedLstmLayer().
| const ConstTensor* m_CellBias |
Definition at line 45 of file QuantizedLstmParams.hpp.
Referenced by GetCellBias(), and QuantizedLstmInputParams().
| const ConstTensor* m_ForgetGateBias |
Definition at line 44 of file QuantizedLstmParams.hpp.
Referenced by GetForgetGateBias(), and QuantizedLstmInputParams().
| const ConstTensor* m_InputGateBias |
Definition at line 43 of file QuantizedLstmParams.hpp.
Referenced by GetInputGateBias(), and QuantizedLstmInputParams().
| const ConstTensor* m_InputToCellWeights |
Definition at line 35 of file QuantizedLstmParams.hpp.
Referenced by GetInputToCellWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_InputToForgetWeights |
Definition at line 34 of file QuantizedLstmParams.hpp.
Referenced by GetInputToForgetWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_InputToInputWeights |
Definition at line 33 of file QuantizedLstmParams.hpp.
Referenced by GetInputToInputWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_InputToOutputWeights |
Definition at line 36 of file QuantizedLstmParams.hpp.
Referenced by GetInputToOutputWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_OutputGateBias |
Definition at line 46 of file QuantizedLstmParams.hpp.
Referenced by GetOutputGateBias(), and QuantizedLstmInputParams().
| const ConstTensor* m_RecurrentToCellWeights |
Definition at line 40 of file QuantizedLstmParams.hpp.
Referenced by GetRecurrentToCellWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_RecurrentToForgetWeights |
Definition at line 39 of file QuantizedLstmParams.hpp.
Referenced by GetRecurrentToForgetWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_RecurrentToInputWeights |
Definition at line 38 of file QuantizedLstmParams.hpp.
Referenced by GetRecurrentToInputWeights(), and QuantizedLstmInputParams().
| const ConstTensor* m_RecurrentToOutputWeights |
Definition at line 41 of file QuantizedLstmParams.hpp.
Referenced by GetRecurrentToOutputWeights(), and QuantizedLstmInputParams().