Searched refs:NeonDepthwiseConvolutionWorkload (Results 1 – 7 of 7) sorted by relevance
89 NeonDepthwiseConvolutionWorkload::NeonDepthwiseConvolutionWorkload( in NeonDepthwiseConvolutionWorkload() function in armnn::NeonDepthwiseConvolutionWorkload161 void NeonDepthwiseConvolutionWorkload::Execute() const in Execute()
26 class NeonDepthwiseConvolutionWorkload : public NeonBaseWorkload<DepthwiseConvolution2dQueueDescrip… class29 NeonDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
41 NeonDepthwiseConvolutionWorkload.cpp42 NeonDepthwiseConvolutionWorkload.hpp
42 workloads/NeonDepthwiseConvolutionWorkload.cpp \
265 …return std::make_unique<NeonDepthwiseConvolutionWorkload>(*depthwiseConvolution2dQueueDescriptor, … in CreateWorkload()770 return std::make_unique<NeonDepthwiseConvolutionWorkload>(descriptor, info); in CreateDepthwiseConvolution2d()
316 auto workload = CreateDepthwiseConvolution2dWorkloadTest<NeonDepthwiseConvolutionWorkload, in NeonCreateDepthWiseConvolutionWorkloadTest()
14326 FileName: ./src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.cpp14333 FileName: ./src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp