blob: cbeca2c41dd6505c2c6371146030e3f9eea8c9ff [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once
#include "backends/Workload.hpp"
#include "backends/WorkloadData.hpp"
namespace armnn
{
class RefPooling2dUint8Workload : public Uint8Workload<Pooling2dQueueDescriptor>
{
public:
using Uint8Workload<Pooling2dQueueDescriptor>::Uint8Workload;
virtual void Execute() const override;
};
} //namespace armnn