Home
last modified time | relevance | path

Searched refs:DumpInGraphCompiler (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h97 void DumpInGraphCompiler(const KernelGraphPtr &kernel_graph);
Ddebugger.cc415 void Debugger::DumpInGraphCompiler(const KernelGraphPtr &kernel_graph) { in DumpInGraphCompiler() function in mindspore::Debugger
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc365 debugger->DumpInGraphCompiler(graph); in CompileGraphImpl()