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