From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...sarmnn_1_1_mock_backend_profiling_service.xhtml | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 20.02/classarmnn_1_1_mock_backend_profiling_service.xhtml (limited to '20.02/classarmnn_1_1_mock_backend_profiling_service.xhtml') diff --git a/20.02/classarmnn_1_1_mock_backend_profiling_service.xhtml b/20.02/classarmnn_1_1_mock_backend_profiling_service.xhtml new file mode 100644 index 0000000000..d2e785cdb8 --- /dev/null +++ b/20.02/classarmnn_1_1_mock_backend_profiling_service.xhtml @@ -0,0 +1,227 @@ + + + + + + + + + + + + + +ArmNN: MockBackendProfilingService Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
MockBackendProfilingService Class Reference
+
+
+ +

#include <MockBackend.hpp>

+ + + + + + +

+Public Member Functions

MockBackendProfilingContextGetContext ()
 
void SetProfilingContextPtr (std::shared_ptr< MockBackendProfilingContext > shared)
 
+ + + +

+Static Public Member Functions

static MockBackendProfilingServiceInstance ()
 
+

Detailed Description

+
+

Definition at line 102 of file MockBackend.hpp.

+

Member Function Documentation

+ +

◆ GetContext()

+ +
+
+ + + + + +
+ + + + + + + +
MockBackendProfilingContext* GetContext ()
+
+inline
+
+ +

Definition at line 112 of file MockBackend.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
113  {
114  return m_sharedContext.get();
115  }
+
+
+ +

◆ Instance()

+ +
+
+ + + + + +
+ + + + + + + +
static MockBackendProfilingService& Instance ()
+
+inlinestatic
+
+ +

Definition at line 106 of file MockBackend.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and MockBackend::CreateBackendProfilingContext().

+
107  {
108  static MockBackendProfilingService instance;
109  return instance;
110  }
+
+
+ +

◆ SetProfilingContextPtr()

+ +
+
+ + + + + +
+ + + + + + + + +
void SetProfilingContextPtr (std::shared_ptr< MockBackendProfilingContextshared)
+
+inline
+
+ +

Definition at line 117 of file MockBackend.hpp.

+ +

Referenced by MockBackend::CreateBackendProfilingContext().

+
118  {
119  m_sharedContext = shared;
120  }
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1