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