Home
last modified time | relevance | path

Searched refs:DepthwiseConvolution2dQueueDescriptor (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClDepthwiseConvolutionWorkload.hpp24 class ClDepthwiseConvolutionWorkload : public ClBaseWorkload<DepthwiseConvolution2dQueueDescriptor>
27 using BaseWorkload<DepthwiseConvolution2dQueueDescriptor>::m_Data;
29 ClDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
H A DClDepthwiseConvolutionWorkload.cpp89 const DepthwiseConvolution2dQueueDescriptor& descriptor, in ClDepthwiseConvolutionWorkload()
92 : ClBaseWorkload<DepthwiseConvolution2dQueueDescriptor>(descriptor, info) in ClDepthwiseConvolutionWorkload()
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefDepthwiseConvolution2dWorkload.hpp15 …RefDepthwiseConvolution2dWorkload : public RefBaseWorkload<DepthwiseConvolution2dQueueDescriptor> {
17 …explicit RefDepthwiseConvolution2dWorkload(const DepthwiseConvolution2dQueueDescriptor &descriptor,
H A DRefDepthwiseConvolution2dWorkload.cpp19 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 DNeonDepthwiseConvolutionWorkload.hpp26 …s NeonDepthwiseConvolutionWorkload : public NeonBaseWorkload<DepthwiseConvolution2dQueueDescriptor>
29 NeonDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
H A DNeonDepthwiseConvolutionWorkload.cpp90 const DepthwiseConvolution2dQueueDescriptor& descriptor, in NeonDepthwiseConvolutionWorkload()
92 : NeonBaseWorkload<DepthwiseConvolution2dQueueDescriptor>(descriptor, info) in NeonDepthwiseConvolutionWorkload()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DDepthwiseConvolution2dLayer.cpp52 DepthwiseConvolution2dQueueDescriptor descriptor; in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp94 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& /… in CreateDepthwiseConvolution2d() argument
H A DWorkloadFactory.cpp1684 … = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload()
2041 const DepthwiseConvolution2dQueueDescriptor& /*descriptor*/, const WorkloadInfo& /*info*/) const in CreateDepthwiseConvolution2d() argument
H A DWorkloadData.cpp1409 void DepthwiseConvolution2dQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DConv2dTestImpl.cpp1802 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 DNeonWorkloadFactory.hpp141 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& d…
H A DNeonWorkloadFactory.cpp264 … = 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 DWorkloadFactory.hpp160 const DepthwiseConvolution2dQueueDescriptor& descriptor, const WorkloadInfo& info) const;
H A DWorkloadData.hpp229 struct DepthwiseConvolution2dQueueDescriptor : QueueDescriptorWithParameters<DepthwiseConvolution2d… struct
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp279 = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload()
789 const DepthwiseConvolution2dQueueDescriptor& descriptor, in CreateDepthwiseConvolution2d()
H A DRefWorkloadFactory.hpp155 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& d…
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.hpp144 …:unique_ptr<IWorkload> CreateDepthwiseConvolution2d(const DepthwiseConvolution2dQueueDescriptor& d…
H A DClWorkloadFactory.cpp385 … = PolymorphicDowncast<const DepthwiseConvolution2dQueueDescriptor*>(&descriptor); in CreateWorkload()
917 const DepthwiseConvolution2dQueueDescriptor& descriptor, in CreateDepthwiseConvolution2d()
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonCreateWorkloadTests.cpp320 DepthwiseConvolution2dQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateDepthWiseConvolutionWorkloadTest()
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClCreateWorkloadTests.cpp499 DepthwiseConvolution2dQueueDescriptor queueDescriptor = workload->GetData(); in ClDepthwiseConvolutionWorkloadTest()
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DCreateWorkload.hpp1232 DepthwiseConvolution2dQueueDescriptor queueDescriptor = workload->GetData(); in CreateDepthwiseConvolution2dWorkloadTest()