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