From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- ...ing_1_1_mock_profiling_connection_factory.xhtml | 184 +++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 21.08/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml (limited to '21.08/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml') diff --git a/21.08/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml b/21.08/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml new file mode 100644 index 0000000000..8df8753e9d --- /dev/null +++ b/21.08/classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml @@ -0,0 +1,184 @@ + + + + + + + + + + + + + +ArmNN: MockProfilingConnectionFactory Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 163 of file ProfilingMocks.hpp.

+

Member Function Documentation

+ +

◆ GetProfilingConnection()

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

Implements IProfilingConnectionFactory.

+ +

Definition at line 166 of file ProfilingMocks.hpp.

+ +

References armnn::IgnoreUnused().

+
167  {
168  IgnoreUnused(options);
169  return std::make_unique<MockProfilingConnection>();
170  }
void IgnoreUnused(Ts &&...)
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1