blob: c607d86844813bf6af4830c085dc180565143b5c [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 "NeonConstantUint8Workload.hpp"
7
8namespace armnn
9{
10
11void NeonConstantUint8Workload::Execute() const
12{
telsoa01c577f2c2018-08-31 09:22:23 +010013 ARMNN_SCOPED_PROFILING_EVENT_NEON("NeonConstantUint8Workload_Execute");
telsoa014fcda012018-03-09 14:13:49 +000014 NeonBaseConstantWorkload::Execute();
15}
16
17} //namespace armnn