Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1197 auto backend_output = backend_outputs[i]; in CacheGraphOutputToFrontNodeWithIndex() local
1199 graph_output_to_front_node_map_[backend_output] = front_output; in CacheGraphOutputToFrontNodeWithIndex()
1200 MS_LOG(INFO) << "Backend output: " << backend_output.first->fullname_with_scope() in CacheGraphOutputToFrontNodeWithIndex()
1201 << " with index: " << backend_output.second in CacheGraphOutputToFrontNodeWithIndex()