10#include <arm_compute/runtime/NEON/functions/NEGather.h>
23 virtual void Execute()
const override;
26 mutable arm_compute::NEGather m_Layer;
NeonBaseWorkload(const GatherQueueDescriptor &descriptor, const WorkloadInfo &info)
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)
A GatherDescriptor for the GatherLayer.
Contains information about TensorInfos of a layer.