blob: 1565047c225602e4dde5a4a25e7f00d6b9b3d371 [file] [log] [blame]
arovir019e53a352018-08-31 15:26:35 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
arovir019e53a352018-08-31 15:26:35 +01004//
5
6#include "ClConstantFloatWorkload.hpp"
Matthew Bentham14e46692018-09-20 15:35:30 +01007#include "ClWorkloadUtils.hpp"
8
arovir019e53a352018-08-31 15:26:35 +01009namespace armnn
10{
11
12void ClConstantFloatWorkload::Execute() const
13{
14 ARMNN_SCOPED_PROFILING_EVENT_CL("ClConstantFloatWorkload_Execute");
15 ClBaseConstantWorkload::Execute();
16}
17
Matthew Bentham14e46692018-09-20 15:35:30 +010018} //namespace armnn