Home
last modified time | relevance | path

Searched refs:SetAnfGraph (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.h61 void SetAnfGraph(const std::string &name, const AnfGraphPtr &anf_graph_ptr);
Ddf_graph_manager.cc128 void DfGraphManager::SetAnfGraph(const std::string &name, const AnfGraphPtr &anf_graph_ptr) { in SetAnfGraph() function in mindspore::transform::DfGraphManager
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc96 transform::DfGraphManager::GetInstance().SetAnfGraph(checkpoint_name, anf_graph); in ConvertFuncGraphToAIR()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc235 DfGraphManager::GetInstance().SetAnfGraph(checkpoint_name, anf_graph); in AddDFGraph()