Home
last modified time | relevance | path

Searched refs:MS_CTX_SAVE_GRAPHS_PATH (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dms_context.cc37 set_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH, "."); in MsContext()
41 string_params_[MS_CTX_SAVE_GRAPHS_PATH - MS_CTX_TYPE_STRING_BEGIN] = "."; in MsContext()
Dms_context.h123 MS_CTX_SAVE_GRAPHS_PATH, enumerator
229 if (param == MS_CTX_SAVE_GRAPHS_PATH) {
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_pre.cc214 auto save_graphs_path = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in TensorRelationLog()
234 auto save_graphs_path = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in SolverInputLog()
257 auto save_graphs_path = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in SolverOutputLog()
Dsomas.cc688 save_graphs_path_ = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in InitBasicInfo()
/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.h56 save_graphs_path = ms_context->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH);
/third_party/mindspore/mindspore/ccsrc/pybind_api/utils/
Dms_context_py.cc93 .value("save_graphs_path", MsCtxParam::MS_CTX_SAVE_GRAPHS_PATH) in __anon41857d0f0202()