Home
last modified time | relevance | path

Searched refs:NeonDepthwiseConvolutionWorkload (Results 1 – 6 of 6) sorted by relevance

/external/armnn/src/backends/neon/workloads/
DNeonDepthwiseConvolutionWorkload.cpp77 NeonDepthwiseConvolutionWorkload::NeonDepthwiseConvolutionWorkload( in NeonDepthwiseConvolutionWorkload() function in armnn::NeonDepthwiseConvolutionWorkload
151 void NeonDepthwiseConvolutionWorkload::Execute() const in Execute()
159 void NeonDepthwiseConvolutionWorkload::FreeUnusedTensors() in FreeUnusedTensors()
DNeonDepthwiseConvolutionWorkload.hpp26 class NeonDepthwiseConvolutionWorkload : public BaseWorkload<DepthwiseConvolution2dQueueDescriptor> class
29 NeonDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
DCMakeLists.txt37 NeonDepthwiseConvolutionWorkload.cpp
38 NeonDepthwiseConvolutionWorkload.hpp
/external/armnn/src/backends/neon/
Dbackend.mk40 workloads/NeonDepthwiseConvolutionWorkload.cpp \
DNeonWorkloadFactory.cpp236 return std::make_unique<NeonDepthwiseConvolutionWorkload>(descriptor, info); in CreateDepthwiseConvolution2d()
/external/armnn/src/backends/neon/test/
DNeonCreateWorkloadTests.cpp314 auto workload = CreateDepthwiseConvolution2dWorkloadTest<NeonDepthwiseConvolutionWorkload, in NeonCreateDepthWiseConvolutionWorkloadTest()