blob: c3d31f8a733e0795881995f48f68b0f821dd8eca [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 RefReshapeUint8Workload : public Uint8Workload<ReshapeQueueDescriptor>
{
public:
using Uint8Workload<ReshapeQueueDescriptor>::Uint8Workload;
virtual void Execute() const override;
};
} //namespace armnn