blob: 30dd283620a7a576d8d7a75c9b7a0d747150050e [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#include "NeonMergerFloat32Workload.hpp"
namespace armnn
{
void NeonMergerFloat32Workload::Execute() const
{
ARMNN_SCOPED_PROFILING_EVENT_NEON("NeonMergerFloat32Workload_Execute");
NeonBaseMergerWorkload::Execute();
}
} // namespace armnn