Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1139 auto front_outputs = AnfAlgo::GetAllOutputWithIndex(front_node_with_index.first); in CacheInternalParameterToFrontNode() local
1141 if (front_node_with_index.second < front_outputs.size()) { in CacheInternalParameterToFrontNode()
1142 new_front_node_with_index = front_outputs[front_node_with_index.second]; in CacheInternalParameterToFrontNode()
1188 auto front_outputs = AnfAlgo::GetAllOutputWithIndex(front_node); in CacheGraphOutputToFrontNodeWithIndex() local
1189 if (backend_outputs.size() != front_outputs.size()) { in CacheGraphOutputToFrontNodeWithIndex()
1192 << front_outputs.size() << ") of front output: " << front_node->DebugString(); in CacheGraphOutputToFrontNodeWithIndex()
1198 auto front_output = front_outputs[i]; in CacheGraphOutputToFrontNodeWithIndex()