blob: 66f5e327f1a8b58e5bc9c1da346383df6c8ff9c6 [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 RefActivationUint8Workload : public Uint8Workload<ActivationQueueDescriptor>
{
public:
using Uint8Workload<ActivationQueueDescriptor>::Uint8Workload;
virtual void Execute() const override;
};
} //namespace armnn