Skip to content

Commit e6f54d5

Browse files
committed
update comment
1 parent 2e48ab6 commit e6f54d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddle/fluid/operators/merge_ids_op.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ the original Ids to restore the order of the fetched embedding value and
4949
5050
split_ids_op ->
5151
52-
Id0 = [3, 6]
53-
Id1 = [1, 4]
54-
Id2 = [2, 5]
52+
Id0 = [3, 6] # id % 3 == 0
53+
Id1 = [1, 4] # id % 3 == 1
54+
Id2 = [2, 5] # id % 3 == 2
5555
5656
prefetch_op ->
5757

0 commit comments

Comments
 (0)