Home
last modified time | relevance | path

Searched defs:QuantizedLstmQueueDescriptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadData.hpp609 struct QuantizedLstmQueueDescriptor : QueueDescriptor struct
611 QuantizedLstmQueueDescriptor() in QuantizedLstmQueueDescriptor() argument
628 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 …]
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp219 … std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*descriptor*/, in CreateQuantizedLstm() argument
H A DWorkloadFactory.cpp2239 …nique_ptr<IWorkload> IWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*d… in CreateQuantizedLstm() argument