Searched refs:SetAnfGraph (Results 1 – 4 of 4) sorted by relevance
61 void SetAnfGraph(const std::string &name, const AnfGraphPtr &anf_graph_ptr);
128 void DfGraphManager::SetAnfGraph(const std::string &name, const AnfGraphPtr &anf_graph_ptr) { in SetAnfGraph() function in mindspore::transform::DfGraphManager
96 transform::DfGraphManager::GetInstance().SetAnfGraph(checkpoint_name, anf_graph); in ConvertFuncGraphToAIR()
235 DfGraphManager::GetInstance().SetAnfGraph(checkpoint_name, anf_graph); in AddDFGraph()