blob: dbdd057101c2aadbb0fbe7382d12e86b555aa340 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "NeonConstantFloatWorkload.hpp"
namespace armnn
{
void NeonConstantFloatWorkload::Execute() const
{
ARMNN_SCOPED_PROFILING_EVENT_NEON("NeonConstantFloatWorkload_Execute");
NeonBaseConstantWorkload::Execute();
}
} //namespace armnn