Home
last modified time | relevance | path

Searched refs:depthwiseConvolution2dQueueDescriptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.cpp263 auto depthwiseConvolution2dQueueDescriptor in CreateWorkload() local
265 …eturn std::make_unique<NeonDepthwiseConvolutionWorkload>(*depthwiseConvolution2dQueueDescriptor, i… in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.cpp384 auto depthwiseConvolution2dQueueDescriptor in CreateWorkload() local
386 … return MakeWorkload<ClDepthwiseConvolutionWorkload>(*depthwiseConvolution2dQueueDescriptor, in CreateWorkload()