Searched defs:QuantizedLstmQueueDescriptor (Results 1 – 3 of 3) sorted by relevance
609 struct QuantizedLstmQueueDescriptor : QueueDescriptor struct611 QuantizedLstmQueueDescriptor() in QuantizedLstmQueueDescriptor() argument628 const ConstTensorHandle* m_InputToInputWeights;629 const ConstTensorHandle* m_InputToForgetWeights;630 const ConstTensorHandle* m_InputToCellWeights;631 const ConstTensorHandle* m_InputToOutputWeights;633 const ConstTensorHandle* m_RecurrentToInputWeights;634 const ConstTensorHandle* m_RecurrentToForgetWeights;635 const ConstTensorHandle* m_RecurrentToCellWeights;636 const ConstTensorHandle* m_RecurrentToOutputWeights;[all …]
219 … std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*descriptor*/, in CreateQuantizedLstm() argument
2239 …nique_ptr<IWorkload> IWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*d… in CreateQuantizedLstm() argument