Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc326 auto outputs_before_optimizer = AnfAlgo::GetAllOutputWithIndex(graph->output()); in CompileGraphImpl()
339 auto outputs_after_optimizer = AnfAlgo::GetAllOutputWithIndex(graph->output()); in CompileGraphImpl()
Dgraph_scheduler.cc386 auto outputs = AnfAlgo::GetAllOutputWithIndex(graph->output()); in CacheGraphOutputToActor()
1489 auto outputs = AnfAlgo::GetAllOutputWithIndex(graph->output()); in LinkOutputResultArrowForOutputActor()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1139 auto front_outputs = AnfAlgo::GetAllOutputWithIndex(front_node_with_index.first); in CacheInternalParameterToFrontNode()
1187 auto backend_outputs = AnfAlgo::GetAllOutputWithIndex(backend_graph_output); in CacheGraphOutputToFrontNodeWithIndex()
1188 auto front_outputs = AnfAlgo::GetAllOutputWithIndex(front_node); in CacheGraphOutputToFrontNodeWithIndex()
Danf_runtime_algorithm.h86 static std::vector<KernelWithIndex> GetAllOutputWithIndex(const AnfNodePtr &node);
Danf_runtime_algorithm.cc339 std::vector<KernelWithIndex> AnfRuntimeAlgorithm::GetAllOutputWithIndex(const AnfNodePtr &node) { in GetAllOutputWithIndex() function in mindspore::session::AnfRuntimeAlgorithm
348 auto make_tuple_output = GetAllOutputWithIndex(make_tuple->input(i)); in GetAllOutputWithIndex()
358 auto real_output = GetAllOutputWithIndex(depend_node->input(kRealInputIndexInDepend)); in GetAllOutputWithIndex()
394 auto output_vector = GetAllOutputWithIndex(output_with_index.first); in GetAllOutputWithIndex()
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc967 auto outputs = AnfAlgo::GetAllOutputWithIndex(root_output); in ConstructGraphCompilerInfo()
1005 auto outputs = AnfAlgo::GetAllOutputWithIndex(graph->output()); in ConstructGraphCompilerInfo()