12 #include <arm_compute/runtime/CL/functions/CLPermute.h>
20 const TensorInfo& output,
21 const PermuteDescriptor& descriptor);
28 const arm_compute::CLCompileContext& clCompileContext);
33 mutable arm_compute::CLPermute m_PermuteFunction;
ClPermuteWorkload(const PermuteQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClPermuteWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const PermuteDescriptor &descriptor)
Contains information about TensorInfos of a layer.