|
ONE - On-device Neural Engine
|
Dialect interface. More...
#include <Dialect.h>
Public Member Functions | |
| virtual | ~Dialect ()=default |
| template<typename ConcreteService > | |
| ConcreteService * | service (void) const |
Protected Member Functions | |
| template<typename ConcreteService > | |
| void | service (std::unique_ptr< ConcreteService > &&s) |
Dialect interface.
Each dialect implementation is expected to have static "get" method which returns "const Dialect *" value.
|
virtualdefault |
|
inlineprotected |
Definition at line 42 of file Dialect.h.
References loco::must_cast().
|
inline |
Definition at line 48 of file Dialect.h.
References loco::must_cast().