Searched refs:GetAllOutputWithIndex (Results 1 – 6 of 6) sorted by relevance
326 auto outputs_before_optimizer = AnfAlgo::GetAllOutputWithIndex(graph->output()); in CompileGraphImpl()339 auto outputs_after_optimizer = AnfAlgo::GetAllOutputWithIndex(graph->output()); in CompileGraphImpl()
386 auto outputs = AnfAlgo::GetAllOutputWithIndex(graph->output()); in CacheGraphOutputToActor()1489 auto outputs = AnfAlgo::GetAllOutputWithIndex(graph->output()); in LinkOutputResultArrowForOutputActor()
1139 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()
86 static std::vector<KernelWithIndex> GetAllOutputWithIndex(const AnfNodePtr &node);
339 std::vector<KernelWithIndex> AnfRuntimeAlgorithm::GetAllOutputWithIndex(const AnfNodePtr &node) { in GetAllOutputWithIndex() function in mindspore::session::AnfRuntimeAlgorithm348 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()
967 auto outputs = AnfAlgo::GetAllOutputWithIndex(root_output); in ConstructGraphCompilerInfo()1005 auto outputs = AnfAlgo::GetAllOutputWithIndex(graph->output()); in ConstructGraphCompilerInfo()