Home
last modified time | relevance | path

Searched defs:GetGraphRunner (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc246 std::shared_ptr<transform::GraphRunner> DfGraphManager::GetGraphRunner() { in GetGraphRunner() function in mindspore::transform::DfGraphManager
Dutils.cc318 std::shared_ptr<transform::GraphRunner> GetGraphRunner() { return DfGraphManager::GetInstance().Get… in GetGraphRunner() function