Searched refs:next_nodes (Results 1 – 3 of 3) sorted by relevance
61 next_nodes = ["ParallelMap"] if should_optimize else ["Map"]63 testing.assert_next(next_nodes)).map(function)107 …next_nodes = ["ParallelMap"] if (apply_autotune is not False) else ["Map"] # pylint: disable=g-bo…109 testing.assert_next(next_nodes)).map(lambda x: x + 2)
164 StringPieceSet next_nodes; in RemoveUnusedNodes() local179 next_nodes.insert(id.first); in RemoveUnusedNodes()183 current_nodes.swap(next_nodes); in RemoveUnusedNodes()
651 std::vector<int> next_nodes; in MergeNodes() local656 next_nodes.push_back(j); in MergeNodes()661 if (next_nodes.size() != 1 || link_index != 0) { in MergeNodes()664 auto& linkable_node = nodes[next_nodes[0]]; in MergeNodes()671 nodes.erase(nodes.begin() + next_nodes[0]); in MergeNodes()