From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/_i_send_thread_8hpp_source.xhtml | 120 +++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 Documentation/_i_send_thread_8hpp_source.xhtml (limited to 'Documentation/_i_send_thread_8hpp_source.xhtml') diff --git a/Documentation/_i_send_thread_8hpp_source.xhtml b/Documentation/_i_send_thread_8hpp_source.xhtml new file mode 100644 index 0000000000..60592a9c30 --- /dev/null +++ b/Documentation/_i_send_thread_8hpp_source.xhtml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + +ArmNN: src/profiling/ISendThread.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ISendThread.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 namespace armnn
11 {
12 
13 namespace profiling
14 {
15 
17 {
18 public:
19  virtual ~ISendThread() {}
20 
21  /// Start the thread
22  virtual void Start(IProfilingConnection& profilingConnection) = 0;
23 
24  /// Stop the thread
25  virtual void Stop(bool rethrowSendThreadExceptions = true) = 0;
26 };
27 
28 } // namespace profiling
29 
30 } // namespace armnn
31 
+
virtual void Start(IProfilingConnection &profilingConnection)=0
Start the thread.
+
Copyright (c) 2020 ARM Limited.
+
virtual void Stop(bool rethrowSendThreadExceptions=true)=0
Stop the thread.
+ + + +
+
+ + + + -- cgit v1.2.1