Home
last modified time | relevance | path

Searched defs:save_graphs_path (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/debug/
Dcommon.h82 std::string save_graphs_path; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_solver_pre.cc214 auto save_graphs_path = context_ptr->GetSaveGraphsPath(); in TensorRelationLog() local
234 auto save_graphs_path = context_ptr->GetSaveGraphsPath(); in SolverInputLog() local
257 auto save_graphs_path = context_ptr->GetSaveGraphsPath(); in SolverOutputLog() local
Dsomas.cc236 auto save_graphs_path = context_ptr->GetSaveGraphsPath(); in GetDebugConfig() local
/third_party/mindspore/mindspore-src/source/tests/
Dcode_trace_analyzer.py34 def __init__(self, obj, save_graphs_path, ir_file="execute"): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
Dcontext.py427 def set_save_graphs_path(self, save_graphs_path): argument