Searched defs:QuantizedLstmInputParams (Results 1 – 2 of 2) sorted by relevance
13 struct QuantizedLstmInputParams struct15 QuantizedLstmInputParams() in QuantizedLstmInputParams() argument33 const ConstTensor* m_InputToInputWeights;34 const ConstTensor* m_InputToForgetWeights;35 const ConstTensor* m_InputToCellWeights;36 const ConstTensor* m_InputToOutputWeights;38 const ConstTensor* m_RecurrentToInputWeights;39 const ConstTensor* m_RecurrentToForgetWeights;40 const ConstTensor* m_RecurrentToCellWeights;41 const ConstTensor* m_RecurrentToOutputWeights;[all …]
140 struct QuantizedLstmInputParams struct144 const armnn::ConstTensor* m_InputToInputWeights;145 const armnn::ConstTensor* m_InputToForgetWeights;146 const armnn::ConstTensor* m_InputToCellWeights;147 const armnn::ConstTensor* m_InputToOutputWeights;148 const armnn::ConstTensor* m_RecurrentToInputWeights;149 const armnn::ConstTensor* m_RecurrentToForgetWeights;150 const armnn::ConstTensor* m_RecurrentToCellWeights;151 const armnn::ConstTensor* m_RecurrentToOutputWeights;152 const armnn::ConstTensor* m_InputGateBias;[all …]