Release 18.08
[platform/upstream/armnn.git] / src / armnn / backends / ClWorkloads / ClAdditionUint8Workload.cpp
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // See LICENSE file in the project root for full license information.
4 //
5
6 #include "ClAdditionUint8Workload.hpp"
7
8 namespace armnn
9 {
10 using namespace armcomputetensorutils;
11
12 void ClAdditionUint8Workload::Execute() const
13 {
14     ARMNN_SCOPED_PROFILING_EVENT_CL("ClAdditionUint8Workload_Execute");
15     ClAdditionBaseWorkload::Execute();
16 }
17
18 } //namespace armnn