10#include <arm_compute/runtime/CL/functions/CLGather.h>
24 const arm_compute::CLCompileContext& clCompileContext);
28 mutable arm_compute::CLGather m_Layer;
ClBaseWorkload(const GatherQueueDescriptor &descriptor, const WorkloadInfo &info)
ClGatherWorkload(const GatherQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClGatherWorkloadValidate(const TensorInfo &input, const TensorInfo &indices, const TensorInfo &output, const GatherDescriptor &descriptor)
A GatherDescriptor for the GatherLayer.
Contains information about TensorInfos of a layer.