blob: 30019a8d4d1d309419dd7ed2df5356e5ba2e9ac3 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <backendsCommon/Workload.hpp>
#include <backendsCommon/WorkloadData.hpp>
#include <armnn/TypesUtils.hpp>
#include "BaseIterator.hpp"
#include "Decoders.hpp"
#include "Encoders.hpp"
namespace armnn
{
class RefGatherWorkload : public BaseWorkload<GatherQueueDescriptor>
{
public:
using BaseWorkload<GatherQueueDescriptor>::BaseWorkload;
void Execute() const override;
};
} // namespace armnn