Searched refs:MS_LOG_INFO (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/model_converter_utils/ |
D | multi_process.cc | 68 MS_LOG_INFO << "Shm addr " << (uintptr_t)shmat_addr_; in MainProcess() 72 MS_LOG_INFO << "Model converter: child process sleep waiting for exit signal."; in MainProcess() 80 MS_LOG_INFO << "Model converter: parent process kills child of fork."; in MainProcess() 145 MS_LOG_INFO << "Start to send message to peer process, msg len " << msg_len; in SendMsg() 165 …MS_LOG_INFO << "Send start " << cur_offset << ", msg len " << sub_msg_len << ", total len " << msg… in SendMsg() 175 …MS_LOG_INFO << "Send end " << cur_offset << ", msg len " << sub_msg_len << ", total len " << msg_l… in SendMsg() 177 MS_LOG_INFO << "End to send message to peer process, msg len " << msg_len; in SendMsg() 186 MS_LOG_INFO << "Receive start from " << cur_offset; in ReceiveMsg() 205 …MS_LOG_INFO << "Receive end, current length " << cur_offset << ", total length " << msg_len << std… in ReceiveMsg()
|
D | shared_memory.cc | 30 MS_LOG_INFO << "shmget success, shm id " << shm_id_; in Create()
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | log.h | 97 #define MS_LOG_INFO MSLOG_IF(mindspore::LiteLogLevel::INFO) macro
|
/third_party/mindspore/mindspore/core/utils/ |
D | log_adapter.h | 220 #define MS_LOG_INFO MSLOG_IF(mindspore::INFO, IS_OUTPUT_ON(mindspore::INFO), mindspore::NoException… macro
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/ |
D | model_converter.cc | 207 MS_LOG_INFO << "Convert MindIR model to OM model success"; in LoadMindIR()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/gpu/ |
D | gpu_graph_impl.cc | 96 MS_LOG_INFO << "Start finalize env"; in FinalizeEnv()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.cc | 106 MS_LOG_INFO << "hcom node: " << cnode->fullname_with_scope() << ", old group: " << group_name in GetHcomGroup() 698 MS_LOG_INFO << "group id:" << item.first << "; diff graph id size:" << item.second.size(); in AssignHcom()
|