10 #include <arm_compute/runtime/CL/functions/CLStackLayer.h>
15 const TensorInfo& output,
16 const StackDescriptor& descriptor);
23 const arm_compute::CLCompileContext& clCompileContext);
28 mutable std::unique_ptr<arm_compute::CLStackLayer> m_Layer;
void Execute() const override
ClStackWorkload(const StackQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClStackWorkloadValidate(const std::vector< const TensorInfo * > &inputs, const TensorInfo &output, const StackDescriptor &descriptor)
Contains information about TensorInfos of a layer.