blob: 50a0c50a83b3d8e38b564b72122e1f62bf730ae4 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <backends/Workload.hpp>
#include <backends/WorkloadData.hpp>
namespace armnn
{
class RefResizeBilinearUint8Workload : public Uint8Workload<ResizeBilinearQueueDescriptor>
{
public:
using Uint8Workload<ResizeBilinearQueueDescriptor>::Uint8Workload;
virtual void Execute() const override;
};
} //namespace armnn