Searched refs:GetGraphIdByNode (Results 1 – 2 of 2) sorted by relevance
131 virtual GraphId GetGraphIdByNode(const AnfNodePtr &) const;
509 GraphId SessionBasic::GetGraphIdByNode(const AnfNodePtr &front_anf) const { in GetGraphIdByNode() function in mindspore::session::SessionBasic542 auto graph_id = GetGraphIdByNode(out_node); in InitInternalOutputParameter()