ONE - On-device Neural Engine
|
Go to the source code of this file.
Data Structures | |
class | exo::Logger |
Logger Implementation. More... | |
class | exo::LoggerConfig |
Logger Configuration. More... | |
Namespaces | |
namespace | exo |
Macros | |
#define | LOGGER(name) ::exo::Logger name{::exo::LoggingContext::get()}; |
#define | INFO(name) HERMES_INFO(name) |
#define INFO | ( | name | ) | HERMES_INFO(name) |
#define LOGGER | ( | name | ) | ::exo::Logger name{::exo::LoggingContext::get()}; |