Home
last modified time | relevance | path

Searched defs:GatherQueueDescriptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp135 std::unique_ptr<IWorkload> CreateGather(const GatherQueueDescriptor& /*descriptor*/, in CreateGather() argument
H A DWorkloadFactory.cpp2094 std::unique_ptr<IWorkload> IWorkloadFactory::CreateGather(const GatherQueueDescriptor& /*descriptor… in CreateGather() argument
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadData.hpp502 struct GatherQueueDescriptor : QueueDescriptorWithParameters<GatherDescriptor> struct