/aosp_15_r20/external/armnn/src/backends/cl/workloads/ |
H A D | ClDepthwiseConvolutionWorkload.hpp | 24 class ClDepthwiseConvolutionWorkload : public ClBaseWorkload<DepthwiseConvolution2dQueueDescriptor> 27 using BaseWorkload<DepthwiseConvolution2dQueueDescriptor>::m_Data; 29 ClDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
|
H A D | ClDepthwiseConvolutionWorkload.cpp | 89 const DepthwiseConvolution2dQueueDescriptor& descriptor, in ClDepthwiseConvolutionWorkload() 92 : ClBaseWorkload<DepthwiseConvolution2dQueueDescriptor>(descriptor, info) in ClDepthwiseConvolutionWorkload()
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | RefDepthwiseConvolution2dWorkload.hpp | 15 …RefDepthwiseConvolution2dWorkload : public RefBaseWorkload<DepthwiseConvolution2dQueueDescriptor> { 17 …explicit RefDepthwiseConvolution2dWorkload(const DepthwiseConvolution2dQueueDescriptor &descriptor,
|
H A D | RefDepthwiseConvolution2dWorkload.cpp | 19 const DepthwiseConvolution2dQueueDescriptor& descriptor, const WorkloadInfo& info) in RefDepthwiseConvolution2dWorkload() 20 : RefBaseWorkload<DepthwiseConvolution2dQueueDescriptor>(descriptor, info) in RefDepthwiseConvolution2dWorkload()
|
/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonDepthwiseConvolutionWorkload.hpp | 26 …s NeonDepthwiseConvolutionWorkload : public NeonBaseWorkload<DepthwiseConvolution2dQueueDescriptor> 29 NeonDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
|
H A D | NeonDepthwiseConvolutionWorkload.cpp | 90 const DepthwiseConvolution2dQueueDescriptor& descriptor, in NeonDepthwiseConvolutionWorkload() 92 : NeonBaseWorkload<DepthwiseConvolution2dQueueDescriptor>(descriptor, info) in NeonDepthwiseConvolutionWorkload()
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | DepthwiseConvolution2dLayer.cpp | 52 DepthwiseConvolution2dQueueDescriptor descriptor; in CreateWorkload()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadFactoryBase.hpp | 94 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& /… in CreateDepthwiseConvolution2d() argument
|
H A D | WorkloadFactory.cpp | 1684 … = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload() 2041 const DepthwiseConvolution2dQueueDescriptor& /*descriptor*/, const WorkloadInfo& /*info*/) const in CreateDepthwiseConvolution2d() argument
|
H A D | WorkloadData.cpp | 1409 void DepthwiseConvolution2dQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | Conv2dTestImpl.cpp | 1802 armnn::DepthwiseConvolution2dQueueDescriptor data; in DepthwiseConvolution2dAsymmetricTestImpl() 1973 armnn::DepthwiseConvolution2dQueueDescriptor data; in DepthwiseConvolution2dDepthMul1TestImpl() 2190 armnn::DepthwiseConvolution2dQueueDescriptor data; in DepthwiseConvolution2dTestImpl() 2374 armnn::DepthwiseConvolution2dQueueDescriptor data; in DepthwiseConvolution2dTestImpl() 3117 armnn::DepthwiseConvolution2dQueueDescriptor data; in CompareDepthwiseConvolution2dTestImpl() 3142 armnn::DepthwiseConvolution2dQueueDescriptor refData = data; in CompareDepthwiseConvolution2dTestImpl() 3923 DepthwiseConvolution2dQueueDescriptor queueDescriptor; in DepthwiseConvolution2dPerAxisQuantTest()
|
/aosp_15_r20/external/armnn/src/backends/neon/ |
H A D | NeonWorkloadFactory.hpp | 141 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& d…
|
H A D | NeonWorkloadFactory.cpp | 264 … = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload() 768 const DepthwiseConvolution2dQueueDescriptor& descriptor, const WorkloadInfo& info) const in CreateDepthwiseConvolution2d()
|
/aosp_15_r20/external/armnn/include/armnn/backends/ |
H A D | WorkloadFactory.hpp | 160 const DepthwiseConvolution2dQueueDescriptor& descriptor, const WorkloadInfo& info) const;
|
H A D | WorkloadData.hpp | 229 struct DepthwiseConvolution2dQueueDescriptor : QueueDescriptorWithParameters<DepthwiseConvolution2d… struct
|
/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefWorkloadFactory.cpp | 279 = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload() 789 const DepthwiseConvolution2dQueueDescriptor& descriptor, in CreateDepthwiseConvolution2d()
|
H A D | RefWorkloadFactory.hpp | 155 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& d…
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClWorkloadFactory.hpp | 144 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& d…
|
H A D | ClWorkloadFactory.cpp | 385 … = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload() 917 const DepthwiseConvolution2dQueueDescriptor& descriptor, in CreateDepthwiseConvolution2d()
|
/aosp_15_r20/external/armnn/src/backends/neon/test/ |
H A D | NeonCreateWorkloadTests.cpp | 320 DepthwiseConvolution2dQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateDepthWiseConvolutionWorkloadTest()
|
/aosp_15_r20/external/armnn/src/backends/cl/test/ |
H A D | ClCreateWorkloadTests.cpp | 499 DepthwiseConvolution2dQueueDescriptor queueDescriptor = workload->GetData(); in ClDepthwiseConvolutionWorkloadTest()
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | CreateWorkload.hpp | 1232 DepthwiseConvolution2dQueueDescriptor queueDescriptor = workload->GetData(); in CreateDepthwiseConvolution2dWorkloadTest()
|