Searched refs:ir_file_path (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/scripts/map_dump_file_to_code/ |
D | map_file_to_code.py | 28 self.ir_file_path = self.ir_path_parse(ir_file) 71 with open(self.ir_file_path, 'r+') as file:
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | gpu_session.cc | 474 std::string ir_file_path = target_dir + "/" + "ms_output_" + final_graph + ".ir"; in CompileGraphImpl() local 476 DumpIR("trace_code_graph", graph, true, kWholeStack, ir_file_path); in CompileGraphImpl()
|
D | ascend_session.cc | 1598 std::string ir_file_path = target_dir + "/" + "ms_output_" + final_graph + ".ir"; in DumpAllGraphs() local 1600 DumpIR("trace_code_graph", graph, true, kWholeStack, ir_file_path); in DumpAllGraphs()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.cc | 424 std::string ir_file_path = target_dir + "/" + "ms_output_" + final_graph + ".ir"; in DumpInGraphCompiler() local 426 DumpIR("trace_code_graph", kernel_graph, true, kWholeStack, ir_file_path); in DumpInGraphCompiler()
|