Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dgraph_exec_order_recorder.cc26 bool DumpGraphExeOrder(const std::string &filename, const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder() function
57 DumpGraphExeOrder(real_file_path, exec_order_); in Export()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h338 void DumpGraphExeOrder(const std::string &file_name, const std::string &target_dir,
Dascend_session.cc106 void DumpGraphExeOrder(const std::vector<CNodePtr> &execution_order, const std::string &tag = "") { in DumpGraphExeOrder() function
1601DumpGraphExeOrder("ms_execution_order_graph_" + std::to_string(graph->graph_id()) + ".csv", root_d… in DumpAllGraphs()
1710 DumpGraphExeOrder(final_exec_order); in MergeGraphExecOrder()
Dgpu_session.cc477DumpGraphExeOrder("ms_execution_order_graph_" + std::to_string(graph->graph_id()) + ".csv", root_d… in CompileGraphImpl()
Dsession_basic.cc2701 void DumpGraphExeOrder(const std::string &file_name, const std::string &target_dir, in DumpGraphExeOrder() function
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc427DumpGraphExeOrder("ms_execution_order_graph_" + std::to_string(kernel_graph->graph_id()) + ".csv",… in DumpInGraphCompiler()