10 #include <arm_compute/runtime/NEON/functions/NEGather.h>
15 const TensorInfo& indices,
16 const TensorInfo& output,
17 const GatherDescriptor& descriptor);
23 virtual void Execute()
const override;
26 mutable arm_compute::NEGather m_Layer;
NeonGatherWorkload(const GatherQueueDescriptor &descriptor, const WorkloadInfo &info)
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status NeonGatherWorkloadValidate(const TensorInfo &input, const TensorInfo &indices, const TensorInfo &output, const GatherDescriptor &descriptor)
Contains information about TensorInfos of a layer.