aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads/ClSoftmaxWorkload.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/workloads/ClSoftmaxWorkload.hpp')
-rw-r--r--src/backends/cl/workloads/ClSoftmaxWorkload.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backends/cl/workloads/ClSoftmaxWorkload.hpp b/src/backends/cl/workloads/ClSoftmaxWorkload.hpp
index 04b03c8f2b..09167a0e10 100644
--- a/src/backends/cl/workloads/ClSoftmaxWorkload.hpp
+++ b/src/backends/cl/workloads/ClSoftmaxWorkload.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2020 Arm Ltd. All rights reserved.
+// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -11,7 +11,7 @@
#include <arm_compute/runtime/MemoryManagerOnDemand.h>
#include <arm_compute/runtime/CL/functions/CLSoftmaxLayer.h>
-#include <armnn/backends/Workload.hpp>
+#include "ClBaseWorkload.hpp"
namespace armnn
{
@@ -20,7 +20,7 @@ arm_compute::Status ClSoftmaxWorkloadValidate(const TensorInfo& input,
const TensorInfo& output,
const SoftmaxDescriptor& descriptor);
-class ClSoftmaxWorkload : public BaseWorkload<SoftmaxQueueDescriptor>
+class ClSoftmaxWorkload : public ClBaseWorkload<SoftmaxQueueDescriptor>
{
public:
ClSoftmaxWorkload(const SoftmaxQueueDescriptor& descriptor,