2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
8 #include <backends/Workload.hpp>
9 #include <backends/WorkloadData.hpp>
14 class RefReshapeUint8Workload : public Uint8Workload<ReshapeQueueDescriptor>
17 using Uint8Workload<ReshapeQueueDescriptor>::Uint8Workload;
18 virtual void Execute() const override;