12 #include <arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h>
18 const TensorInfo& output,
26 const arm_compute::CLCompileContext& clCompileContext);
30 mutable arm_compute::CLDepthToSpaceLayer m_Layer;
ClDepthToSpaceWorkload(const DepthToSpaceQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
SpaceToDepthDescriptor DepthToSpaceDescriptor
A DepthToSpaceDescriptor for the DepthToSpaceLayer.
arm_compute::Status ClDepthToSpaceWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const DepthToSpaceDescriptor &descriptor)
Contains information about TensorInfos of a layer.