From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- ...timeline_packet_writer_factory_8cpp_source.html | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 Documentation/_timeline_packet_writer_factory_8cpp_source.html (limited to 'Documentation/_timeline_packet_writer_factory_8cpp_source.html') diff --git a/Documentation/_timeline_packet_writer_factory_8cpp_source.html b/Documentation/_timeline_packet_writer_factory_8cpp_source.html new file mode 100644 index 0000000000..eacb05b127 --- /dev/null +++ b/Documentation/_timeline_packet_writer_factory_8cpp_source.html @@ -0,0 +1,103 @@ + + + + + + + +ArmNN: src/profiling/TimelinePacketWriterFactory.cpp Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
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
std::unique_ptr< ISendTimelinePacket > GetSendTimelinePacket() const
+ + + +
+
+ + + + -- cgit v1.2.1