Searched defs:QLstmQueueDescriptor (Results 1 – 2 of 2) sorted by relevance
557 struct QLstmQueueDescriptor : QueueDescriptorWithParameters<QLstmDescriptor> struct559 QLstmQueueDescriptor() in QLstmQueueDescriptor() argument584 const ConstTensorHandle* m_InputToInputWeights;585 const ConstTensorHandle* m_InputToForgetWeights;586 const ConstTensorHandle* m_InputToCellWeights;587 const ConstTensorHandle* m_InputToOutputWeights;588 const ConstTensorHandle* m_RecurrentToInputWeights;589 const ConstTensorHandle* m_RecurrentToForgetWeights;590 const ConstTensorHandle* m_RecurrentToCellWeights;591 const ConstTensorHandle* m_RecurrentToOutputWeights;[all …]
2233 std::unique_ptr<IWorkload> IWorkloadFactory::CreateQLstm(const QLstmQueueDescriptor& /*descriptor*/, in CreateQLstm() argument