Home
last modified time | relevance | path

Searched defs:init_graph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_utils.cc203 std::string init_graph = "init_subgraph." + graph_name; in AddFakeGraph() local
248 std::string init_graph = "init_subgraph." + graph_name; in AddDFGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc624 DfGraphPtr init_graph = std::make_shared<DfGraph>(kInit); in SetupParamInitSubGraph() local
676 DfGraphPtr init_graph = std::make_shared<DfGraph>("init"); in SetupParamInitSubGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_graph_executor.cc1234 auto init_graph = transform::GetInitGraph(converter); in CreateGeGraphOnline() local