From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/class_test_backend_registry.xhtml | 239 ++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 Documentation/class_test_backend_registry.xhtml (limited to 'Documentation/class_test_backend_registry.xhtml') diff --git a/Documentation/class_test_backend_registry.xhtml b/Documentation/class_test_backend_registry.xhtml new file mode 100644 index 0000000000..4d4217e5fe --- /dev/null +++ b/Documentation/class_test_backend_registry.xhtml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + +ArmNN: TestBackendRegistry Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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
 
 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 91 of file DynamicBackendTests.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TestBackendRegistry()

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

Definition at line 94 of file DynamicBackendTests.hpp.

+ +

References armnn::BackendRegistryInstance().

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

◆ ~TestBackendRegistry()

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

Definition at line 99 of file DynamicBackendTests.hpp.

+ +

References armnn::BackendRegistryInstance().

+
100  {
101  Swap(armnn::BackendRegistryInstance(), m_TempStorage);
102  }
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