blob: 4061605bc14d14918b952a95d609b50a48c3cee7 [file] [log] [blame]
telsoa014fcda012018-03-09 14:13:49 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// See LICENSE file in the project root for full license information.
4//
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