Home
last modified time | relevance | path

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

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