ArmNN
 20.05
TimelinePacketWriterFactory.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
7 
8 #include "SendTimelinePacket.hpp"
9 
10 namespace armnn
11 {
12 
13 namespace profiling
14 {
15 
16 std::unique_ptr<ISendTimelinePacket> TimelinePacketWriterFactory::GetSendTimelinePacket() const
17 {
18  return std::make_unique<SendTimelinePacket>(m_BufferManager);
19 }
20 
21 } // namespace profiling
22 
23 } // namespace armnn
Copyright (c) 2020 ARM Limited.
std::unique_ptr< ISendTimelinePacket > GetSendTimelinePacket() const