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 --- ...ing_1_1_mock_profiling_connection_factory.xhtml | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml b/20.02/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml new file mode 100644 index 0000000000..4f55b33c36 --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml @@ -0,0 +1,185 @@ + + + + + + + + + + + + + +ArmNN: MockProfilingConnectionFactory Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
MockProfilingConnectionFactory Class Reference
+
+
+ +

#include <ProfilingMocks.hpp>

+
+Inheritance diagram for MockProfilingConnectionFactory:
+
+
+ + +IProfilingConnectionFactory + +
+ + + + + + + +

+Public Member Functions

IProfilingConnectionPtr GetProfilingConnection (const ExternalProfilingOptions &options) const override
 
- Public Member Functions inherited from IProfilingConnectionFactory
virtual ~IProfilingConnectionFactory ()
 
+ + + + + + +

+Additional Inherited Members

- Public Types inherited from IProfilingConnectionFactory
using ExternalProfilingOptions = IRuntime::CreationOptions::ExternalProfilingOptions
 
using IProfilingConnectionPtr = std::unique_ptr< IProfilingConnection >
 
+

Detailed Description

+
+

Definition at line 160 of file ProfilingMocks.hpp.

+

Member Function Documentation

+ +

◆ GetProfilingConnection()

+ +
+
+ + + + + +
+ + + + + + + + +
IProfilingConnectionPtr GetProfilingConnection (const ExternalProfilingOptionsoptions) const
+
+inlineoverridevirtual
+
+ +

Implements IProfilingConnectionFactory.

+ +

Definition at line 163 of file ProfilingMocks.hpp.

+ +

References armnn::IgnoreUnused().

+
164  {
166  return std::make_unique<MockProfilingConnection>();
167  }
void IgnoreUnused(Ts &&...)
+
armnn::Runtime::CreationOptions::ExternalProfilingOptions options
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1