blob: 894e2d440f4c784626f74d01a674e2fbe5ccaf79 [file] [log] [blame]
Francis Murtagh11f99b42019-08-16 11:28:52 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#include "CommandHandlerFunctor.hpp"
7
Aron Virginas-Tare898db92019-08-22 12:56:34 +01008namespace armnn
9{
10
11namespace profiling
12{
13
Francis Murtagh11f99b42019-08-16 11:28:52 +010014uint32_t CommandHandlerFunctor::GetPacketId() const
15{
16 return m_PacketId;
17}
18
19uint32_t CommandHandlerFunctor::GetVersion() const
20{
21 return m_Version;
Aron Virginas-Tare898db92019-08-22 12:56:34 +010022}
23
24} // namespace profiling
25
26} // namespace armnn