Home
last modified time | relevance | path

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

/external/armnn/src/backends/cl/workloads/
DClDepthwiseConvolutionWorkload.cpp76 ClDepthwiseConvolutionWorkload::ClDepthwiseConvolutionWorkload( in ClDepthwiseConvolutionWorkload() function in armnn::ClDepthwiseConvolutionWorkload
150 void ClDepthwiseConvolutionWorkload::FreeUnusedTensors() in FreeUnusedTensors()
156 void ClDepthwiseConvolutionWorkload::Execute() const in Execute()
DClDepthwiseConvolutionWorkload.hpp24 class ClDepthwiseConvolutionWorkload : public BaseWorkload<DepthwiseConvolution2dQueueDescriptor> class
29 ClDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
DCMakeLists.txt33 ClDepthwiseConvolutionWorkload.cpp
34 ClDepthwiseConvolutionWorkload.hpp
/external/armnn/src/backends/cl/
Dbackend.mk39 workloads/ClDepthwiseConvolutionWorkload.cpp \
DClWorkloadFactory.cpp300 return MakeWorkload<ClDepthwiseConvolutionWorkload>(descriptor, info); in CreateDepthwiseConvolution2d()
/external/armnn/src/backends/cl/test/
DClCreateWorkloadTests.cpp363 …ClDepthwiseConvolutionWorkloadTest<ClDepthwiseConvolutionWorkload, DataType::Float32>(DataLayout::… in BOOST_AUTO_TEST_CASE()