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