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 --- ...filing_1_1_i_profiling_connection_factory.xhtml | 244 +++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml b/20.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml new file mode 100644 index 0000000000..f5f7e2110d --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + +ArmNN: IProfilingConnectionFactory Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IProfilingConnectionFactory Class Referenceabstract
+
+
+ +

#include <IProfilingConnectionFactory.hpp>

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

+Public Types

using ExternalProfilingOptions = IRuntime::CreationOptions::ExternalProfilingOptions
 
using IProfilingConnectionPtr = std::unique_ptr< IProfilingConnection >
 
+ + + + + +

+Public Member Functions

virtual ~IProfilingConnectionFactory ()
 
virtual IProfilingConnectionPtr GetProfilingConnection (const ExternalProfilingOptions &options) const =0
 
+

Detailed Description

+
+

Definition at line 20 of file IProfilingConnectionFactory.hpp.

+

Member Typedef Documentation

+ +

◆ ExternalProfilingOptions

+ + + +

◆ IProfilingConnectionPtr

+ +
+
+ + + + +
using IProfilingConnectionPtr = std::unique_ptr<IProfilingConnection>
+
+ +

Definition at line 24 of file IProfilingConnectionFactory.hpp.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ~IProfilingConnectionFactory()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IProfilingConnectionFactory ()
+
+inlinevirtual
+
+ +

Definition at line 26 of file IProfilingConnectionFactory.hpp.

+ +

References IProfilingConnectionFactory::GetProfilingConnection(), and options.

+
26 {}
+
+
+

Member Function Documentation

+ +

◆ GetProfilingConnection()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual IProfilingConnectionPtr GetProfilingConnection (const ExternalProfilingOptionsoptions) const
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1