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