blob: a5ef0321cd10ac3c1865691a2bb9516a4bc43036 [file] [log] [blame]
telsoa014fcda012018-03-09 14:13:49 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa014fcda012018-03-09 14:13:49 +00004//
5
6#include "ClConstantUint8Workload.hpp"
Matthew Bentham14e46692018-09-20 15:35:30 +01007#include "ClWorkloadUtils.hpp"
8
telsoa014fcda012018-03-09 14:13:49 +00009namespace armnn
10{
11
12void ClConstantUint8Workload::Execute() const
13{
telsoa01c577f2c2018-08-31 09:22:23 +010014 ARMNN_SCOPED_PROFILING_EVENT_CL("ClConstantUint8Workload_Execute");
telsoa014fcda012018-03-09 14:13:49 +000015 ClBaseConstantWorkload::Execute();
16}
17
Matthew Bentham14e46692018-09-20 15:35:30 +010018} //namespace armnn