Searched refs:kDebugWholeStack (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.h | 31 enum LocDebugDumpMode { kDebugOff = 0, kDebugTopStack = 1, kDebugWholeStack = 2 }; enumerator 38 LocDebugDumpMode dump_location = kDebugWholeStack); 53 LocDebugDumpMode dump_location = kDebugWholeStack); 56 … std::map<AnfNodePtr, size_t> *const_map_ptr, LocDebugDumpMode dump_location = kDebugWholeStack); 70 LocDebugDumpMode dump_location = kDebugWholeStack);
|
D | proto_exporter_stub.h | 23 enum LocDebugDumpMode { kDebugOff = 0, kDebugTopStack = 1, kDebugWholeStack = 2 }; enumerator 25 LocDebugDumpMode dump_location = kDebugWholeStack) {
|
D | proto_exporter.cc | 443 if (dump_location == kDebugWholeStack) { in ExportCNode()
|
D | debugger.cc | 425 DumpIRProtoWithSrcInfo(kernel_graph, final_graph, target_dir, kDebugWholeStack); in DumpInGraphCompiler()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | gpu_session.cc | 475 DumpIRProtoWithSrcInfo(graph, final_graph, target_dir, kDebugWholeStack); in CompileGraphImpl()
|
D | ascend_session.cc | 1599 DumpIRProtoWithSrcInfo(graph, final_graph, target_dir, kDebugWholeStack); in DumpAllGraphs()
|