Home
last modified time | relevance | path

Searched defs:ClearGraph (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/data_dump/
Ddump_json_parser.h100 void ClearGraph() { graphs_.clear(); } in ClearGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc161 void DfGraphManager::ClearGraph() noexcept { in ClearGraph() function in mindspore::transform::DfGraphManager
Dutils.cc346 void ClearGraph() { DfGraphManager::GetInstance().ClearGraph(); } in ClearGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc912 void KernelGraphMgr::ClearGraph() { in ClearGraph() function in mindspore::session::KernelGraphMgr