Searched refs:NeonDepthwiseConvolutionWorkload (Results 1 – 6 of 6) sorted by relevance
77 NeonDepthwiseConvolutionWorkload::NeonDepthwiseConvolutionWorkload( in NeonDepthwiseConvolutionWorkload() function in armnn::NeonDepthwiseConvolutionWorkload151 void NeonDepthwiseConvolutionWorkload::Execute() const in Execute()159 void NeonDepthwiseConvolutionWorkload::FreeUnusedTensors() in FreeUnusedTensors()
26 class NeonDepthwiseConvolutionWorkload : public BaseWorkload<DepthwiseConvolution2dQueueDescriptor> class29 NeonDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
37 NeonDepthwiseConvolutionWorkload.cpp38 NeonDepthwiseConvolutionWorkload.hpp
40 workloads/NeonDepthwiseConvolutionWorkload.cpp \
236 return std::make_unique<NeonDepthwiseConvolutionWorkload>(descriptor, info); in CreateDepthwiseConvolution2d()
314 auto workload = CreateDepthwiseConvolution2dWorkloadTest<NeonDepthwiseConvolutionWorkload, in NeonCreateDepthWiseConvolutionWorkloadTest()