11 #include <arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h>
16 const TensorInfo& output,
17 const SpaceToDepthDescriptor& descriptor);
24 const arm_compute::CLCompileContext& clCompileContext);
28 mutable arm_compute::CLSpaceToDepthLayer m_Layer;
ClSpaceToDepthWorkload(const SpaceToDepthQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClSpaceToDepthWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const SpaceToDepthDescriptor &descriptor)
Contains information about TensorInfos of a layer.