Searched refs:GatherQueueDescriptor (Results 1 – 18 of 18) sorted by relevance
/external/armnn/src/backends/reference/workloads/ |
D | RefGatherWorkload.hpp | 19 class RefGatherWorkload : public RefBaseWorkload<GatherQueueDescriptor> 22 using RefBaseWorkload<GatherQueueDescriptor>::RefBaseWorkload;
|
/external/armnn/src/backends/neon/workloads/ |
D | NeonGatherWorkload.hpp | 19 class NeonGatherWorkload : public NeonBaseWorkload<GatherQueueDescriptor> 22 NeonGatherWorkload(const GatherQueueDescriptor& descriptor, const WorkloadInfo& info);
|
D | NeonGatherWorkload.cpp | 27 NeonGatherWorkload::NeonGatherWorkload(const GatherQueueDescriptor& descriptor, in NeonGatherWorkload() 29 : NeonBaseWorkload<GatherQueueDescriptor>(descriptor, info) in NeonGatherWorkload()
|
/external/armnn/src/backends/cl/workloads/ |
D | ClGatherWorkload.hpp | 19 class ClGatherWorkload : public ClBaseWorkload<GatherQueueDescriptor> 22 ClGatherWorkload(const GatherQueueDescriptor& descriptor,
|
D | ClGatherWorkload.cpp | 29 ClGatherWorkload::ClGatherWorkload(const GatherQueueDescriptor& descriptor, in ClGatherWorkload() 32 : ClBaseWorkload<GatherQueueDescriptor>(descriptor, info) in ClGatherWorkload()
|
/external/armnn/src/armnn/layers/ |
D | GatherLayer.cpp | 23 GatherQueueDescriptor descriptor; in CreateWorkload()
|
/external/armnn/src/backends/backendsCommon/ |
D | WorkloadFactoryBase.hpp | 135 std::unique_ptr<IWorkload> CreateGather(const GatherQueueDescriptor& /*descriptor*/, in CreateGather() argument
|
D | WorkloadFactory.cpp | 1739 … auto gatherQueueDescriptor = PolymorphicDowncast<const GatherQueueDescriptor*>(&descriptor); in CreateWorkload() 2094 std::unique_ptr<IWorkload> IWorkloadFactory::CreateGather(const GatherQueueDescriptor& /*descriptor… in CreateGather() argument
|
D | WorkloadData.cpp | 2697 void GatherQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
|
/external/armnn/include/armnn/backends/ |
D | WorkloadFactory.hpp | 204 virtual std::unique_ptr<IWorkload> CreateGather(const GatherQueueDescriptor& descriptor,
|
D | WorkloadData.hpp | 502 struct GatherQueueDescriptor : QueueDescriptorWithParameters<GatherDescriptor> struct
|
/external/armnn/src/backends/neon/ |
D | NeonWorkloadFactory.hpp | 181 std::unique_ptr<IWorkload> CreateGather(const GatherQueueDescriptor& descriptor,
|
D | NeonWorkloadFactory.cpp | 394 … auto gatherQueueDescriptor = PolymorphicDowncast<const GatherQueueDescriptor*>(&descriptor); in CreateWorkload() 845 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateGather(const armnn::GatherQueueDescriptor& de… in CreateGather()
|
/external/armnn/src/backends/reference/ |
D | RefWorkloadFactory.hpp | 200 std::unique_ptr<IWorkload> CreateGather(const GatherQueueDescriptor& descriptor,
|
D | RefWorkloadFactory.cpp | 352 … auto gatherQueueDescriptor = PolymorphicDowncast<const GatherQueueDescriptor*>(&descriptor); in CreateWorkload() 863 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateGather(const GatherQueueDescriptor& descriptor, in CreateGather()
|
/external/armnn/src/backends/cl/ |
D | ClWorkloadFactory.hpp | 184 std::unique_ptr<IWorkload> CreateGather(const GatherQueueDescriptor& descriptor,
|
D | ClWorkloadFactory.cpp | 539 … auto gatherQueueDescriptor = PolymorphicDowncast<const GatherQueueDescriptor*>(&descriptor); in CreateWorkload() 999 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateGather(const GatherQueueDescriptor& descriptor, in CreateGather()
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | GatherTestImpl.cpp | 43 armnn::GatherQueueDescriptor data; in GatherTestImpl()
|