10#include <arm_compute/runtime/CL/functions/CLPoolingLayer.h>
26 const arm_compute::CLCompileContext& clCompileContext);
31 mutable arm_compute::CLPoolingLayer m_PoolingLayer;
Pooling2dQueueDescriptor m_Data
ClBaseWorkload(const Pooling2dQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
ClPooling2dWorkload(const Pooling2dQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClPooling2dWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const Pooling2dDescriptor &descriptor)
A Pooling2dDescriptor for the Pooling2dLayer.
Contains information about TensorInfos of a layer.