ArmNN
 25.11
Loading...
Searching...
No Matches
BackendRegistry::StaticRegistryInitializer Struct Reference

#include <BackendRegistry.hpp>

Public Member Functions

 StaticRegistryInitializer (BackendRegistry &instance, const BackendId &id, FactoryFunction factory)

Detailed Description

Definition at line 58 of file BackendRegistry.hpp.

Constructor & Destructor Documentation

◆ StaticRegistryInitializer()

StaticRegistryInitializer ( BackendRegistry & instance,
const BackendId & id,
FactoryFunction factory )
inline

Definition at line 60 of file BackendRegistry.hpp.

63 {
64 instance.Register(id, factory);
65 }

References BackendRegistry::BackendRegistry(), and BackendRegistry::Register().


The documentation for this struct was generated from the following file: