#include <cstdarg>
#include <cstdint>
#include <cstring>
#include <iostream>
#include <string>
Go to the source code of this file.
|
| ov_core |
| Core algorithms for OpenVINS.
|
|
|
#define | PRINT_ALL(x...) ov_core::Printer::debugPrint(ov_core::Printer::PrintLevel::ALL, __FILE__, TOSTRING(__LINE__), x); |
|
#define | PRINT_DEBUG(x...) ov_core::Printer::debugPrint(ov_core::Printer::PrintLevel::DEBUG, __FILE__, TOSTRING(__LINE__), x); |
|
#define | PRINT_ERROR(x...) ov_core::Printer::debugPrint(ov_core::Printer::PrintLevel::ERROR, __FILE__, TOSTRING(__LINE__), x); |
|
#define | PRINT_INFO(x...) ov_core::Printer::debugPrint(ov_core::Printer::PrintLevel::INFO, __FILE__, TOSTRING(__LINE__), x); |
|
#define | PRINT_WARNING(x...) ov_core::Printer::debugPrint(ov_core::Printer::PrintLevel::WARNING, __FILE__, TOSTRING(__LINE__), x); |
|
#define | STRINGIFY(x) #x |
|
#define | TOSTRING(x) STRINGIFY(x) |
|
◆ PRINT_ALL
◆ PRINT_DEBUG
◆ PRINT_ERROR
◆ PRINT_INFO
◆ PRINT_WARNING
◆ STRINGIFY
#define STRINGIFY |
( |
|
x | ) |
#x |
◆ TOSTRING