blob: 9d1060d857899aae2581e2f8f59181cb84164dd0 [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 "ClMergerUint8Workload.hpp"
7
Matthew Bentham14e46692018-09-20 15:35:30 +01008#include "ClWorkloadUtils.hpp"
telsoa014fcda012018-03-09 14:13:49 +00009
10namespace armnn
11{
12
13void ClMergerUint8Workload::Execute() const
14{
telsoa01c577f2c2018-08-31 09:22:23 +010015 ARMNN_SCOPED_PROFILING_EVENT_CL("ClMergerUint8Workload_Execute");
telsoa014fcda012018-03-09 14:13:49 +000016 ClBaseMergerWorkload<DataType::QuantisedAsymm8>::Execute();
17}
18
19} //namespace armnn