Home
last modified time | relevance | path

Searched refs:backend_graph_output (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1181 void KernelGraph::CacheGraphOutputToFrontNodeWithIndex(const AnfNodePtr &backend_graph_output, in CacheGraphOutputToFrontNodeWithIndex() argument
1183 if ((backend_graph_output == nullptr) || (front_node == nullptr)) { in CacheGraphOutputToFrontNodeWithIndex()
1187 auto backend_outputs = AnfAlgo::GetAllOutputWithIndex(backend_graph_output); in CacheGraphOutputToFrontNodeWithIndex()
1191 … << ") of backend output: " << backend_graph_output->DebugString() << " is not equal to the size(" in CacheGraphOutputToFrontNodeWithIndex()
Dkernel_graph.h246 …void CacheGraphOutputToFrontNodeWithIndex(const AnfNodePtr &backend_graph_output, const AnfNodePtr…