Home
last modified time | relevance | path

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

/external/armnn/src/backends/backendsCommon/
DWorkloadData.hpp207 struct DepthwiseConvolution2dQueueDescriptor : QueueDescriptorWithParameters<DepthwiseConvolution2d… struct
209 DepthwiseConvolution2dQueueDescriptor() in DepthwiseConvolution2dQueueDescriptor() function
215 const ConstCpuTensorHandle* m_Weight;
216 const ConstCpuTensorHandle* m_Bias;
DWorkloadFactoryBase.hpp93 …d::unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& in CreateDepthwiseConvolution2d() argument
DWorkloadFactory.cpp1375 const DepthwiseConvolution2dQueueDescriptor& /*descriptor*/, const WorkloadInfo& /*info*/) const in CreateDepthwiseConvolution2d()