Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.cc207 auto front_node_with_index = graph->GetFrontNodeWithIndexByGraphOutput(output_with_index); in FetchFrontNodeWithIndexByGraphOutput()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h247 …AnfWithOutIndex GetFrontNodeWithIndexByGraphOutput(const AnfWithOutIndex &backend_graph_output_wit…
Dkernel_graph.cc1207 AnfWithOutIndex KernelGraph::GetFrontNodeWithIndexByGraphOutput( in GetFrontNodeWithIndexByGraphOutput() function in mindspore::session::KernelGraph
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc390 auto origin_output_with_index = graph->GetFrontNodeWithIndexByGraphOutput(output_with_index); in CacheGraphOutputToActor()