blob: 84d3a5161ef5c71a5c8740e400f96cdf4d605e84 [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 RefResizeBilinearFloat32Workload : public Float32Workload<ResizeBilinearQueueDescriptor>
{
public:
using Float32Workload<ResizeBilinearQueueDescriptor>::Float32Workload;
virtual void Execute() const override;
};
} //namespace armnn