Searched refs:GetErrorInfo (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/ |
D | akg_kernel_build.cc | 47 inline std::string GetErrorInfo() { in GetErrorInfo() function 77 MS_LOG(ERROR) << "Failed to acquire the lock, error msg:" << GetErrorInfo() << "."; in TryLock() 87 MS_LOG(ERROR) << "Failed to release the lock, error msg:" << GetErrorInfo(); in Unlock() 95 MS_LOG(ERROR) << "Get current work directory failed, error msg:" << GetErrorInfo(); in GetCurrentPath() 102 MS_LOG(ERROR) << "Change to realpath failed, error msg:" << GetErrorInfo(); in GetCurrentPath() 130 MS_LOG(ERROR) << "Failed to get the info of shared memory, error msg:" << GetErrorInfo(); in CreateSharedMem() 137 MS_LOG(EXCEPTION) << "Realse shared_mem failed, error msg:" << GetErrorInfo(); in CreateSharedMem() 156 MS_LOG(ERROR) << "Create shared_mem failed, error msg:" << GetErrorInfo(); in CreateSharedMem() 165 MS_LOG(ERROR) << "Attach to shared_mem failed, error msg:" << GetErrorInfo(); in CreateSharedMem() 184 MS_LOG(ERROR) << "open file <" << kKeyName_ << "> failed, error msg:" << GetErrorInfo(); in Init() [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/ |
D | converter.cc | 146 oss << "NEW FLAGS ERROR:" << RET_MEMORY_FAILED << " " << GetErrorInfo(RET_MEMORY_FAILED); in RunConverter() 155 oss << "CONVERTER::FLAGS INIT FAILED:" << status << " " << GetErrorInfo(status); in RunConverter() 169 oss << "CONVERT RESULT FAILED:" << status << " " << GetErrorInfo(status); in RunConverter() 181 oss << "SAVE GRAPH FAILED:" << status << " " << GetErrorInfo(status); in RunConverter()
|
D | export_model.cc | 239 oss << "SAVE GRAPH FAILED:" << status << " " << lite::GetErrorInfo(status); in ExportModel()
|
/third_party/mindspore/mindspore/lite/tools/cropper/ |
D | cropper.cc | 289 MS_LOG(ERROR) << "Flags init Error:" << status << " " << GetErrorInfo(status); in RunCropper() 290 std::cerr << "Flags init Error:" << status << " " << GetErrorInfo(status) << std::endl; in RunCropper() 300 MS_LOG(ERROR) << "CROPPER RESULT FAILED:" << status << " " << GetErrorInfo(status); in RunCropper() 301 std::cerr << "CROPPER RESULT FAILED:" << status << " " << GetErrorInfo(status) << std::endl; in RunCropper()
|
/third_party/mindspore/mindspore/lite/src/ |
D | errorcode.cc | 23 std::string GetErrorInfo(STATUS status) { in GetErrorInfo() function
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/ |
D | errorcode.h | 69 String GetErrorInfo(STATUS error_code);
|
/third_party/mindspore/mindspore/lite/include/ |
D | errorcode.h | 69 String GetErrorInfo(STATUS error_code);
|
/third_party/node/src/ |
D | node_zlib.cc | 139 CompressionError GetErrorInfo() const; 217 CompressionError GetErrorInfo() const; 237 CompressionError GetErrorInfo() const; 387 const CompressionError err = ctx_.GetErrorInfo(); in CheckError() 888 CompressionError ZlibContext::GetErrorInfo() const { in GetErrorInfo() function in node::__anon304b32780111::ZlibContext 1168 CompressionError BrotliEncoderContext::GetErrorInfo() const { in GetErrorInfo() function in node::__anon304b32780111::BrotliEncoderContext 1233 CompressionError BrotliDecoderContext::GetErrorInfo() const { in GetErrorInfo() function in node::__anon304b32780111::BrotliDecoderContext
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 1072 hr = GetErrorInfo(0, &pei); in GetComError()
|
/third_party/mindspore/ |
D | RELEASE.md | 2445 - [Add] add GetErrorInfo interface returning error message in errorcode.h
|