aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp')
-rw-r--r--src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp b/src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp
index 75a87c7000..28d700c2a0 100644
--- a/src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp
+++ b/src/backends/cl/workloads/ClDepthToSpaceWorkload.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2019 Arm Ltd. All rights reserved.
+// Copyright © 2019 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -39,7 +39,7 @@ arm_compute::Status ClDepthToSpaceWorkloadValidate(const TensorInfo& input,
ClDepthToSpaceWorkload::ClDepthToSpaceWorkload(const DepthToSpaceQueueDescriptor& descriptor,
const WorkloadInfo& info,
const arm_compute::CLCompileContext& clCompileContext)
- : BaseWorkload<DepthToSpaceQueueDescriptor>(descriptor, info)
+ : ClBaseWorkload<DepthToSpaceQueueDescriptor>(descriptor, info)
{
// Report Profiling Details
ARMNN_REPORT_PROFILING_WORKLOAD_DESC("ClDepthToSpaceWorkload_Construct",