10 #include <arm_compute/runtime/CL/functions/CLPReluLayer.h>
15 const TensorInfo& alpha,
16 const TensorInfo& output);
23 const arm_compute::CLCompileContext& clCompileContext);
27 mutable arm_compute::CLPReluLayer m_PreluLayer;
ClPreluWorkload(const PreluQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClPreluWorkloadValidate(const TensorInfo &input, const TensorInfo &alpha, const TensorInfo &output)
Contains information about TensorInfos of a layer.