Searched refs:backend_graph_output (Results 1 – 2 of 2) sorted by relevance
1181 void KernelGraph::CacheGraphOutputToFrontNodeWithIndex(const AnfNodePtr &backend_graph_output, in CacheGraphOutputToFrontNodeWithIndex() argument1183 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()
246 …void CacheGraphOutputToFrontNodeWithIndex(const AnfNodePtr &backend_graph_output, const AnfNodePtr…