Searched refs:GetErrDescription (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/tests/ut/cpp/cxx_api/ |
D | serialization_test.cc | 34 auto err_mst = status.GetErrDescription(); in TEST_F() 42 auto err_mst = status.GetErrDescription(); in TEST_F() 61 auto err_mst = status.GetErrDescription(); in TEST_F() 104 auto err_mst = status.GetErrDescription(); in TEST_F() 113 auto err_mst = status.GetErrDescription(); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/ |
D | model_impl.cc | 53 …CHECK_FAIL_AND_RELEASE(dlret, nullptr, "Parse dataengine_so failed: " + dlret.GetErrDescription()); in Preprocess() 64 CHECK_FAIL_AND_RELEASE(dlret, handle, "Parse ExecuteRun_C failed: " + dlret.GetErrDescription()); in Preprocess() 70 CHECK_FAIL_AND_RELEASE(dlret, handle, "Run preprocess failed: " + dlret.GetErrDescription()); in Preprocess() 91 MS_LOG(ERROR) << "Run predict failed: " << ret.GetErrDescription(); in PredictWithPreprocess()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | serialization.cc | 56 MS_LOG(ERROR) << status.GetErrDescription(); in ReadFile() 171 MS_LOG(ERROR) << status.GetErrDescription(); in Load() 201 …CHECK_FAIL_AND_RELEASE(dlret, nullptr, "Parse dataengine_so failed: " + dlret.GetErrDescription()); in Load() 206 …L_AND_RELEASE(dlret, handle, "Parse ParseMindIRPreprocess_C failed: " + dlret.GetErrDescription()); in Load() 214 CHECK_FAIL_AND_RELEASE(dlret, handle, "Load preprocess failed: " + dlret.GetErrDescription()); in Load() 259 MS_LOG(ERROR) << status.GetErrDescription(); in Load() 282 …CHECK_FAIL_AND_RELEASE(dlret, nullptr, "Parse dataengine_so failed: " + dlret.GetErrDescription()); in Load() 287 …L_AND_RELEASE(dlret, handle, "Parse ParseMindIRPreprocess_C failed: " + dlret.GetErrDescription()); in Load() 315 … CHECK_FAIL_AND_RELEASE(dlret, handle, "Load preprocess failed: " + dlret.GetErrDescription()); in Load()
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/ |
D | status.h | 119 inline std::string GetErrDescription() const; 158 std::string Status::GetErrDescription() const { return CharToString(GetErrDescriptionChar()); } in GetErrDescription() function
|
/third_party/mindspore/include/api/ |
D | status.h | 121 inline std::string GetErrDescription() const; 160 std::string Status::GetErrDescription() const { return CharToString(GetErrDescriptionChar()); } in GetErrDescription() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/ |
D | cpu_map_job.cc | 62 std::string tensor_err_msg = rc.GetErrDescription(); in Run()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | sentence_piece_tokenizer_op.cc | 58 …turn Status(StatusCode::kMDUnexpectedError, __LINE__, __FILE__, model_status_.GetErrDescription()); in Compute()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | data_schema.cc | 370 rc.SetErrDescription(rc.GetErrDescription() + " file: " + schema_file_path); in LoadSchemaFile() 401 rc.SetErrDescription(rc.GetErrDescription() + " file content: " + schema_json_string); in LoadSchemaString()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/cxx_api/ |
D | model_test.cc | 36 auto err_mst = status.GetErrDescription(); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | execute.cc | 655 MS_LOG(ERROR) << "Run preprocess failed:" << ret.GetErrDescription(); in Run()
|