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