Home
last modified time | relevance | path

Searched refs:MS_LOG_INFO (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/model_converter_utils/
Dmulti_process.cc68 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()
165MS_LOG_INFO << "Send start " << cur_offset << ", msg len " << sub_msg_len << ", total len " << msg… in SendMsg()
175MS_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()
205MS_LOG_INFO << "Receive end, current length " << cur_offset << ", total length " << msg_len << std… in ReceiveMsg()
Dshared_memory.cc30 MS_LOG_INFO << "shmget success, shm id " << shm_id_; in Create()
/third_party/mindspore/mindspore/lite/src/common/
Dlog.h97 #define MS_LOG_INFO MSLOG_IF(mindspore::LiteLogLevel::INFO) macro
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h220 #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/
Dmodel_converter.cc207 MS_LOG_INFO << "Convert MindIR model to OM model success"; in LoadMindIR()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/gpu/
Dgpu_graph_impl.cc96 MS_LOG_INFO << "Start finalize env"; in FinalizeEnv()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc106 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()