Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/cxx_api/
Dserialization_test.cc34 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/
Dmodel_impl.cc53 …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/
Dserialization.cc56 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/
Dstatus.h119 inline std::string GetErrDescription() const;
158 std::string Status::GetErrDescription() const { return CharToString(GetErrDescriptionChar()); } in GetErrDescription() function
/third_party/mindspore/include/api/
Dstatus.h121 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/
Dcpu_map_job.cc62 std::string tensor_err_msg = rc.GetErrDescription(); in Run()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dsentence_piece_tokenizer_op.cc58 …turn Status(StatusCode::kMDUnexpectedError, __LINE__, __FILE__, model_status_.GetErrDescription()); in Compute()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddata_schema.cc370 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/
Dmodel_test.cc36 auto err_mst = status.GetErrDescription(); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dexecute.cc655 MS_LOG(ERROR) << "Run preprocess failed:" << ret.GetErrDescription(); in Run()