Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dgraph_runner.cc117 DfGraphWrapperPtr wrap_ptr = graph_manager_.GetGraphByName(name); in RunGraph() local
Ddf_graph_manager.cc78 DfGraphWrapperPtr wrap_ptr = std::make_shared<DfGraphWrapper>(name, id, graph_ptr, options); in AddGraph() local
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc106 auto wrap_ptr = transform::DfGraphManager::GetInstance().GetGraphByName(anf_graph->ToString()); in ConvertFuncGraphToAIR() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc522 transform::DfGraphWrapperPtr wrap_ptr = DfGraphManager::GetInstance().GetGraphByName(phase); in ExportDFGraph() local