From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/class_test_backend_registry.xhtml | 241 ++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 21.02/class_test_backend_registry.xhtml (limited to '21.02/class_test_backend_registry.xhtml') diff --git a/21.02/class_test_backend_registry.xhtml b/21.02/class_test_backend_registry.xhtml new file mode 100644 index 0000000000..e4734fb815 --- /dev/null +++ b/21.02/class_test_backend_registry.xhtml @@ -0,0 +1,241 @@ + + + + + + + + + + + + + +ArmNN: TestBackendRegistry Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TestBackendRegistry Class Reference
+
+
+ +

#include <DynamicBackendTests.hpp>

+
+Inheritance diagram for TestBackendRegistry:
+
+
+ + +BackendRegistry + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 TestBackendRegistry ()
 
 ~TestBackendRegistry ()
 
- Public Member Functions inherited from BackendRegistry
void Register (const BackendId &id, FactoryFunction factory)
 
bool IsBackendRegistered (const BackendId &id) const
 
FactoryFunction GetFactory (const BackendId &id) const
 
size_t Size () const
 
BackendIdSet GetBackendIds () const
 
std::string GetBackendIdsAsString () const
 
void SetProfilingService (armnn::Optional< profiling::ProfilingService &> profilingService)
 
 BackendRegistry ()
 
virtual ~BackendRegistry ()
 
void Deregister (const BackendId &id)
 
+ + + + + + + + + + + + + +

+Additional Inherited Members

- Public Types inherited from BackendRegistry
using PointerType = IBackendInternalUniquePtr
 
using FactoryFunction = std::function< PointerType()>
 
- Protected Types inherited from BackendRegistry
using FactoryStorage = std::unordered_map< BackendId, FactoryFunction >
 
- Static Protected Member Functions inherited from BackendRegistry
static void Swap (BackendRegistry &instance, FactoryStorage &other)
 For testing only. More...
 
+

Detailed Description

+
+

Definition at line 92 of file DynamicBackendTests.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TestBackendRegistry()

+ +
+
+ + + + + +
+ + + + + + + +
TestBackendRegistry ()
+
+inline
+
+ +

Definition at line 95 of file DynamicBackendTests.hpp.

+ +

References armnn::BackendRegistryInstance().

+
96  {
97  Swap(armnn::BackendRegistryInstance(), m_TempStorage);
98  }
static void Swap(BackendRegistry &instance, FactoryStorage &other)
For testing only.
+
BackendRegistry & BackendRegistryInstance()
+ +
+
+
+ +

◆ ~TestBackendRegistry()

+ +
+
+ + + + + +
+ + + + + + + +
~TestBackendRegistry ()
+
+inline
+
+ +

Definition at line 100 of file DynamicBackendTests.hpp.

+ +

References armnn::BackendRegistryInstance().

+
101  {
102  Swap(armnn::BackendRegistryInstance(), m_TempStorage);
103  }
static void Swap(BackendRegistry &instance, FactoryStorage &other)
For testing only.
+
BackendRegistry & BackendRegistryInstance()
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1