Searched refs:GetInternalOutputByFrontNode (Results 1 – 3 of 3) sorted by relevance
231 AnfNodePtr GetInternalOutputByFrontNode(const AnfNodePtr &front_node) const;
1255 AnfNodePtr KernelGraph::GetInternalOutputByFrontNode(const AnfNodePtr &front_node) const { in GetInternalOutputByFrontNode() function in mindspore::session::KernelGraph
551 auto ref_node = node_graph->GetInternalOutputByFrontNode(out_node); in InitInternalOutputParameter()