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