Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc232 void DfGraphManager::SetGraphRunner(const std::shared_ptr<transform::GraphRunner> &graph_runner_ptr… in SetGraphRunner() function in mindspore::transform::DfGraphManager
Dutils.cc345 void SetGraphRunner(const GraphRunnerPtr &runner) { DfGraphManager::GetInstance().SetGraphRunner(ru… in SetGraphRunner() function