Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.h31 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);
Dproto_exporter_stub.h23 enum LocDebugDumpMode { kDebugOff = 0, kDebugTopStack = 1, kDebugWholeStack = 2 }; enumerator
25 LocDebugDumpMode dump_location = kDebugWholeStack) {
Dproto_exporter.cc443 if (dump_location == kDebugWholeStack) { in ExportCNode()
Ddebugger.cc425 DumpIRProtoWithSrcInfo(kernel_graph, final_graph, target_dir, kDebugWholeStack); in DumpInGraphCompiler()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc475 DumpIRProtoWithSrcInfo(graph, final_graph, target_dir, kDebugWholeStack); in CompileGraphImpl()
Dascend_session.cc1599 DumpIRProtoWithSrcInfo(graph, final_graph, target_dir, kDebugWholeStack); in DumpAllGraphs()