10 #include <arm_compute/core/Error.h>
11 #include <arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h>
17 const TensorInfo& output,
18 const ArgMinMaxDescriptor& descriptor);
25 const arm_compute::CLCompileContext& clCompileContext);
26 virtual void Execute()
const override;
29 mutable arm_compute::CLArgMinMaxLayer m_ArgMinMaxLayer;
ClArgMinMaxWorkload(const ArgMinMaxQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClArgMinMaxWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const ArgMinMaxDescriptor &descriptor)
Contains information about TensorInfos of a layer.