blob: fe6a0d1a82b87ea5c7155492a6948ea143e21ce9 [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