Release 18.08
[platform/upstream/armnn.git] / src / armnn / backends / ClWorkloads / ClConstantFloat32Workload.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 "ClConstantFloat32Workload.hpp"
7 namespace armnn
8 {
9
10 void ClConstantFloat32Workload::Execute() const
11 {
12     ARMNN_SCOPED_PROFILING_EVENT_CL("ClConstantFloat32Workload_Execute");
13     ClBaseConstantWorkload::Execute();
14 }
15
16 } //namespace armnn