Home
last modified time | relevance | path

Searched refs:IS_OUTPUT_ON (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h214 #define IS_OUTPUT_ON(level) \ macro
219 #define MS_LOG_DEBUG MSLOG_IF(mindspore::DEBUG, IS_OUTPUT_ON(mindspore::DEBUG), mindspore::NoExcept…
220 #define MS_LOG_INFO MSLOG_IF(mindspore::INFO, IS_OUTPUT_ON(mindspore::INFO), mindspore::NoException…
221 #define MS_LOG_WARNING MSLOG_IF(mindspore::WARNING, IS_OUTPUT_ON(mindspore::WARNING), mindspore::No…
222 #define MS_LOG_ERROR MSLOG_IF(mindspore::ERROR, IS_OUTPUT_ON(mindspore::ERROR), mindspore::NoExcept…
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Doptimizer.h108 is_on_debug_ = IS_OUTPUT_ON(mindspore::DEBUG); in Init()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.cc104 if (IS_OUTPUT_ON(DEBUG)) { in Wait()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc994 if (!(IS_OUTPUT_ON(INFO))) { in PrintGraphExecuteOrder()