Searched refs:DumpGraphExeOrder (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | graph_exec_order_recorder.cc | 26 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/ |
D | session_basic.h | 338 void DumpGraphExeOrder(const std::string &file_name, const std::string &target_dir,
|
D | ascend_session.cc | 106 void DumpGraphExeOrder(const std::vector<CNodePtr> &execution_order, const std::string &tag = "") { in DumpGraphExeOrder() function 1601 …DumpGraphExeOrder("ms_execution_order_graph_" + std::to_string(graph->graph_id()) + ".csv", root_d… in DumpAllGraphs() 1710 DumpGraphExeOrder(final_exec_order); in MergeGraphExecOrder()
|
D | gpu_session.cc | 477 …DumpGraphExeOrder("ms_execution_order_graph_" + std::to_string(graph->graph_id()) + ".csv", root_d… in CompileGraphImpl()
|
D | session_basic.cc | 2701 void DumpGraphExeOrder(const std::string &file_name, const std::string &target_dir, in DumpGraphExeOrder() function
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.cc | 427 …DumpGraphExeOrder("ms_execution_order_graph_" + std::to_string(kernel_graph->graph_id()) + ".csv",… in DumpInGraphCompiler()
|