Searched refs:IS_OUTPUT_ON (Results 1 – 4 of 4) sorted by relevance
214 #define IS_OUTPUT_ON(level) \ macro219 #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…
108 is_on_debug_ = IS_OUTPUT_ON(mindspore::DEBUG); in Init()
104 if (IS_OUTPUT_ON(DEBUG)) { in Wait()
994 if (!(IS_OUTPUT_ON(INFO))) { in PrintGraphExecuteOrder()