Home
last modified time | relevance | path

Searched refs:GetInternalOutputByFrontNode (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h231 AnfNodePtr GetInternalOutputByFrontNode(const AnfNodePtr &front_node) const;
Dkernel_graph.cc1255 AnfNodePtr KernelGraph::GetInternalOutputByFrontNode(const AnfNodePtr &front_node) const { in GetInternalOutputByFrontNode() function in mindspore::session::KernelGraph
Dsession_basic.cc551 auto ref_node = node_graph->GetInternalOutputByFrontNode(out_node); in InitInternalOutputParameter()