Searched defs:LstmInputParams (Results 1 – 2 of 2) sorted by relevance
72 struct LstmInputParams struct76 const armnn::ConstTensor* m_InputToInputWeights;77 const armnn::ConstTensor* m_InputToForgetWeights;78 const armnn::ConstTensor* m_InputToCellWeights;79 const armnn::ConstTensor* m_InputToOutputWeights;80 const armnn::ConstTensor* m_RecurrentToInputWeights;81 const armnn::ConstTensor* m_RecurrentToForgetWeights;82 const armnn::ConstTensor* m_RecurrentToCellWeights;83 const armnn::ConstTensor* m_RecurrentToOutputWeights;84 const armnn::ConstTensor* m_CellToInputWeights;[all …]
13 struct LstmInputParams struct15 LstmInputParams() in LstmInputParams() argument40 const ConstTensor* m_InputToInputWeights;41 const ConstTensor* m_InputToForgetWeights;42 const ConstTensor* m_InputToCellWeights;43 const ConstTensor* m_InputToOutputWeights;44 const ConstTensor* m_RecurrentToInputWeights;45 const ConstTensor* m_RecurrentToForgetWeights;46 const ConstTensor* m_RecurrentToCellWeights;47 const ConstTensor* m_RecurrentToOutputWeights;[all …]