Home
last modified time | relevance | path

Searched refs:MsLogLevel (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/trt/
Dtrt_utils.h110 log_level_ = MsLogLevel::WARNING; // set default log level to WARNING in TrtLogger()
121 log_level_ = static_cast<MsLogLevel>(ch); in TrtLogger()
129 static std::map<Severity, std::tuple<MsLogLevel, int, std::string>> logger_map = { in log()
130 {Severity::kVERBOSE, {MsLogLevel::DEBUG, google::GLOG_INFO, "VERBOSE"}}, in log()
131 {Severity::kINFO, {MsLogLevel::INFO, google::GLOG_INFO, "INFO"}}, in log()
132 {Severity::kWARNING, {MsLogLevel::WARNING, google::GLOG_WARNING, "WARNING"}}, in log()
133 {Severity::kERROR, {MsLogLevel::ERROR, google::GLOG_ERROR, "ERROR"}}, in log()
134 {Severity::kINTERNAL_ERROR, {MsLogLevel::ERROR, google::GLOG_ERROR, "INTERNAL ERROR"}}}; in log()
155 MsLogLevel log_level_;
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h109 enum MsLogLevel : int { DEBUG = 0, INFO, WARNING, ERROR, EXCEPTION }; enum
156 MS_EXPORT extern enum MsLogLevel this_thread_max_log_level;
159 MS_EXPORT extern thread_local enum MsLogLevel this_thread_max_log_level;
164 this_thread_max_log_level = MsLogLevel::WARNING; in TryCatchGuard()
170 enum MsLogLevel origin_log_level_;
180 LogWriter(const LocationInfo &location, MsLogLevel log_level, SubModuleId submodule,
196 MsLogLevel log_level_;
Dlog_adapter.cc51 static std::string GetLogLevel(MsLogLevel level) { in GetLogLevel()
64 static int GetGlogLevel(MsLogLevel level) { in GetGlogLevel()
102 static int GetSlogLevel(MsLogLevel level) {
357 bool ParseLogLevel(const std::string &str_level, MsLogLevel *ptr_level) { in ParseLogLevel()
364 *ptr_level = static_cast<MsLogLevel>(ch); in ParseLogLevel()
372 static MsLogLevel GetGlobalLogLevel() { in GetGlobalLogLevel()
374 return static_cast<MsLogLevel>(FLAGS_v); in GetGlobalLogLevel()
386 return static_cast<MsLogLevel>(log_level); in GetGlobalLogLevel()
414 MsLogLevel submodule_log_level; in InitSubModulesLogLevel()
/third_party/mindspore/mindspore/core/gvar/
Dlogging_level.cc24 enum MsLogLevel this_thread_max_log_level = EXCEPTION;
26 thread_local enum MsLogLevel this_thread_max_log_level = EXCEPTION;
/third_party/mindspore/tests/ut/cpp/dataset/
Dglobal_context_test.cc21 using mindspore::MsLogLevel::INFO;
Ddecode_op_test.cc25 using mindspore::MsLogLevel::INFO;
Ddvpp_decode_jpeg_test.cc25 using mindspore::MsLogLevel::INFO;
Dequalize_op_test.cc25 using mindspore::MsLogLevel::INFO;
Dauto_contrast_op_test.cc25 using mindspore::MsLogLevel::INFO;
Drandom_affine_op_test.cc25 using mindspore::MsLogLevel::INFO;
Dinvert_op_test.cc22 using mindspore::MsLogLevel::INFO;
Drescale_op_test.cc22 using mindspore::MsLogLevel::INFO;
Drandom_horizontal_flip_op_test.cc24 using mindspore::MsLogLevel::INFO;
Drandom_vertical_flip_op_test.cc22 using mindspore::MsLogLevel::INFO;
Dresize_op_test.cc22 using mindspore::MsLogLevel::INFO;
Dcut_out_op_test.cc22 using mindspore::MsLogLevel::INFO;
Drandom_resize_op_test.cc24 using mindspore::MsLogLevel::INFO;
Dswap_red_blue_test.cc22 using mindspore::MsLogLevel::INFO;
Drandom_sharpness_op_test.cc25 using mindspore::MsLogLevel::INFO;
Dpad_op_test.cc22 using mindspore::MsLogLevel::INFO;
Drandom_solarize_op_test.cc26 using mindspore::MsLogLevel::INFO;
Drandom_rotation_op_test.cc25 using mindspore::MsLogLevel::INFO;
Dcsv_op_test.cc32 using mindspore::MsLogLevel::INFO;
Dchannel_swap_test.cc23 using mindspore::MsLogLevel::INFO;
Drandom_vertical_flip_with_bbox_op_test.cc24 using mindspore::MsLogLevel::INFO;

12345