blob: b179d529da1ee5d8b0f1395596f702cff4f658ae [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include "backends/Workload.hpp"
#include "backends/WorkloadData.hpp"
namespace armnn
{
class RefSoftmaxUint8Workload : public Uint8Workload<SoftmaxQueueDescriptor>
{
public:
using Uint8Workload<SoftmaxQueueDescriptor>::Uint8Workload;
virtual void Execute() const override;
};
} //namespace armnn