Home
last modified time | relevance | path

Searched refs:MS_LOG_ERROR (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/model_converter_utils/
Dmulti_process.cc45 MS_LOG_ERROR << "Create shared memory failed"; in MainProcess()
51 MS_LOG_ERROR << "Fork process to convert model failed"; in MainProcess()
56 MS_LOG_ERROR << "Process attach shared memory failed, pid " << pid; in MainProcess()
61 MS_LOG_ERROR << "Get shared memory failed"; in MainProcess()
111 MS_LOG_ERROR << "Parent process process failed"; in ParentProcess()
114 MS_LOG_ERROR << "Catch parent process runtime error: " << ex.what(); in ParentProcess()
133 MS_LOG_ERROR << "Child process process failed"; in ChildProcess()
136 MS_LOG_ERROR << "Catch child process runtime error: " << ex.what(); in ChildProcess()
Dshared_memory.cc27 MS_LOG_ERROR << "Shared memory creation failed. Errno " + std::to_string(errno); in Create()
37 MS_LOG_ERROR << "Shared memory attach failed. Errno " + std::to_string(errno); in Attach()
48 MS_LOG_ERROR << "Shared memory detach failed. Errno " + std::to_string(errno); in Detach()
62 MS_LOG_ERROR << errMsg; in Destroy()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc162 MS_LOG_ERROR << "Send original model to child process failed"; in LoadMindIR()
172 MS_LOG_ERROR << "Receive result model from child process failed"; in LoadMindIR()
187 MS_LOG_ERROR << "Receive original model from parent process failed"; in LoadMindIR()
192 MS_LOG_ERROR << "Convert model from MindIR to OM failed"; in LoadMindIR()
198 MS_LOG_ERROR << "Send result model to parent process failed"; in LoadMindIR()
205 MS_LOG_ERROR << "Convert MindIR model to OM model failed"; in LoadMindIR()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/gpu/
Dgpu_graph_impl.cc133 MS_LOG_ERROR << "Get model inputs info failed"; in Load()
137 MS_LOG_ERROR << "Get model outputs info failed"; in Load()
/third_party/mindspore/mindspore/core/ops/
Dpad.cc35 MS_LOG_ERROR << "All elements of paddings must be >= 0."; in InferShape()
/third_party/mindspore/mindspore/lite/src/common/
Dlog.h99 #define MS_LOG_ERROR MSLOG_IF(mindspore::LiteLogLevel::ERROR) macro
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.cc221 MS_LOG_ERROR << "Get model inputs info failed"; in Load()
225 MS_LOG_ERROR << "Get model outputs info failed"; in Load()
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h222 #define MS_LOG_ERROR MSLOG_IF(mindspore::ERROR, IS_OUTPUT_ON(mindspore::ERROR), mindspore::NoExcept… macro
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc122 MS_LOG_ERROR << "Convert from MSTensor to DETensor failed:" << rc.ToString() << "."; in VecToRow()
424MS_LOG_ERROR << "Fail to create DETensor from MSTensor for pad_info: " << rc.ToString() << "."; in BucketBatchByLengthDataset()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc1042 MS_LOG_ERROR << "Create switch or partial failed, cnode:" << cnode->DebugString(); in CreateNewCNode()