ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Logging.h File Reference
#include <iostream>

Go to the source code of this file.

Data Structures

class  VLogging
 

Macros

#define LOG(...)   std::cout << std::endl
 
#define VLOG(...)
 
#define NYI(module)   std::cout << "NYI : '" << module << "' is not supported now." << std::endl;
 

Macro Definition Documentation

◆ LOG

#define LOG (   ...)    std::cout << std::endl

Definition at line 36 of file Logging.h.

◆ NYI

#define NYI (   module)    std::cout << "NYI : '" << module << "' is not supported now." << std::endl;

Definition at line 40 of file Logging.h.

◆ VLOG

#define VLOG (   ...)
Value:
if (VLogging::access().enabled()) \
(VLogging::access().stream() << std::endl)
static VLogging & access(void)
Definition Logging.cpp:24
std::ostream & stream(void)
Definition Logging.cpp:30

Definition at line 37 of file Logging.h.

40 : '" << module << "' is not supported now." << std::endl;
41
42#endif // __LOGGING_H__