Searched defs:QuantizedLstmQueueDescriptor (Results 1 – 3 of 3) sorted by relevance
604 struct QuantizedLstmQueueDescriptor : QueueDescriptor struct606 QuantizedLstmQueueDescriptor() in QuantizedLstmQueueDescriptor() argument623 const ConstCpuTensorHandle* m_InputToInputWeights;624 const ConstCpuTensorHandle* m_InputToForgetWeights;625 const ConstCpuTensorHandle* m_InputToCellWeights;626 const ConstCpuTensorHandle* m_InputToOutputWeights;628 const ConstCpuTensorHandle* m_RecurrentToInputWeights;629 const ConstCpuTensorHandle* m_RecurrentToForgetWeights;630 const ConstCpuTensorHandle* m_RecurrentToCellWeights;631 const ConstCpuTensorHandle* m_RecurrentToOutputWeights;[all …]
221 … std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*descriptor*/, in CreateQuantizedLstm() argument
1585 …nique_ptr<IWorkload> IWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*d… in CreateQuantizedLstm() argument