blob: eaa433a4713b18c8340b2eec01adacceb235d457 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "ClConstantFloatWorkload.hpp"
namespace armnn
{
void ClConstantFloatWorkload::Execute() const
{
ARMNN_SCOPED_PROFILING_EVENT_CL("ClConstantFloatWorkload_Execute");
ClBaseConstantWorkload::Execute();
}
} //namespace armnn