Searched refs:MS_LOG_ERROR (Results 1 – 10 of 10) sorted by relevance
45 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()
27 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()
162 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()
133 MS_LOG_ERROR << "Get model inputs info failed"; in Load()137 MS_LOG_ERROR << "Get model outputs info failed"; in Load()
35 MS_LOG_ERROR << "All elements of paddings must be >= 0."; in InferShape()
99 #define MS_LOG_ERROR MSLOG_IF(mindspore::LiteLogLevel::ERROR) macro
221 MS_LOG_ERROR << "Get model inputs info failed"; in Load()225 MS_LOG_ERROR << "Get model outputs info failed"; in Load()
222 #define MS_LOG_ERROR MSLOG_IF(mindspore::ERROR, IS_OUTPUT_ON(mindspore::ERROR), mindspore::NoExcept… macro
122 MS_LOG_ERROR << "Convert from MSTensor to DETensor failed:" << rc.ToString() << "."; in VecToRow()424 … MS_LOG_ERROR << "Fail to create DETensor from MSTensor for pad_info: " << rc.ToString() << "."; in BucketBatchByLengthDataset()
1042 MS_LOG_ERROR << "Create switch or partial failed, cnode:" << cnode->DebugString(); in CreateNewCNode()