2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
8 #include <backends/Workload.hpp>
9 #include <backends/WorkloadData.hpp>
14 class RefPooling2dUint8Workload : public Uint8Workload<Pooling2dQueueDescriptor>
17 using Uint8Workload<Pooling2dQueueDescriptor>::Uint8Workload;
18 virtual void Execute() const override;