Searched refs:dump_location (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.h | 38 LocDebugDumpMode dump_location = kDebugWholeStack); 53 LocDebugDumpMode dump_location = kDebugWholeStack); 56 … std::map<AnfNodePtr, size_t> *const_map_ptr, LocDebugDumpMode dump_location = kDebugWholeStack); 59 LocDebugDumpMode dump_location); 70 LocDebugDumpMode dump_location = kDebugWholeStack);
|
D | proto_exporter.cc | 318 LocDebugDumpMode dump_location) { in GetFuncGraphProtoString() argument 325 ExportFuncGraph(func_graph, graph_proto, dump_location); in GetFuncGraphProtoString() 341 LocDebugDumpMode dump_location) { in ExportFuncGraph() argument 364 ExportCNodes(func_graph, graph_proto, &const_map, dump_location); in ExportFuncGraph() 391 … std::map<AnfNodePtr, size_t> *const_map_ptr, LocDebugDumpMode dump_location) { in ExportCNodes() argument 405 ExportCNode(func_graph, cnode, &apply_map, const_map_ptr, graph_proto, dump_location); in ExportCNodes() 415 … debugger::GraphProto *const graph_proto, LocDebugDumpMode dump_location) { in ExportCNode() argument 443 if (dump_location == kDebugWholeStack) { in ExportCNode() 553 LocDebugDumpMode dump_location) { in DumpIRProtoWithSrcInfo() argument 555 std::string graph_proto = exporter.GetFuncGraphProtoString(func_graph, dump_location); in DumpIRProtoWithSrcInfo()
|
D | proto_exporter_stub.h | 25 LocDebugDumpMode dump_location = kDebugWholeStack) {
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | anf_ir_dump.cc | 407 LocDumpMode dump_location = kOff) { in DumpCNode() argument 452 if (dump_location == kTopStack) { in DumpCNode() 474 } else if (dump_location == kWholeStack) { in DumpCNode() 484 bool dump_full_name = false, LocDumpMode dump_location = kOff) { in DumpIRInSubgraph() argument 512 DumpCNode(nd->cast<CNodePtr>(), sub_graph, para_map, gsub, dump_full_name, dump_location); in DumpIRInSubgraph() 566 void GetEnvDumpIrLineLevel(LocDumpMode *dump_location) { in GetEnvDumpIrLineLevel() argument 575 *dump_location = it->second; in GetEnvDumpIrLineLevel() 579 …t std::string &filename, const FuncGraphPtr &graph, bool dump_full_name, LocDumpMode dump_location, in DumpIR() argument 581 GetEnvDumpIrLineLevel(&dump_location); in DumpIR() 611 DumpIRInSubgraph(nodes, ¶_map, &sub_graphs, total_para, dump_full_name, dump_location); in DumpIR() [all …]
|
D | anf_ir_dump.h | 29 LocDumpMode dump_location = kOff, const std::string &target_file = ""); 33 LocDumpMode dump_location = kOff);
|