Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.h69 void EraseAnfGraph();
Ddf_graph_manager.cc149 void DfGraphManager::EraseAnfGraph() { in EraseAnfGraph() function in mindspore::transform::DfGraphManager
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc503 transform::DfGraphManager::GetInstance().EraseAnfGraph(); in DelNetRes()