Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/transform/
Dgraph_runner_test.cc81 transform::GraphRunner graph_runner(options); in DoExecGraph() local
160 GraphRunner graph_runner(options); in TEST_F() local
203 GraphRunner graph_runner(options); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc55 auto graph_runner = DfGraphManager::GetInstance().GetGraphRunner(); in DoExecNonInputGraph() local
101 auto graph_runner = std::make_shared<transform::GraphRunner>(options); in CreateSessionAndGraphRunner() local
296 auto graph_runner = DfGraphManager::GetInstance().GetGraphRunner(); in RunGEInitGraph() local
407 auto graph_runner = DfGraphManager::GetInstance().GetGraphRunner(); in DoExecGraph() local
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc62 auto graph_runner = std::make_shared<transform::GraphRunner>(options); in CreateSessionAndGraphRunner() local
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute_ge.cc294 auto graph_runner = std::make_shared<transform::GraphRunner>(graph_runner_options); in RunOpInGE() local