blob: 7f836cba2f90353306f0cb3dca844d5d3d8f49a2 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "CommandHandlerFunctor.hpp"
namespace armnn
{
namespace profiling
{
uint32_t CommandHandlerFunctor::GetFamilyId() const
{
return m_FamilyId;
}
uint32_t CommandHandlerFunctor::GetPacketId() const
{
return m_PacketId;
}
uint32_t CommandHandlerFunctor::GetVersion() const
{
return m_Version;
}
} // namespace profiling
} // namespace armnn