Skip to content

Commit d4e45a3

Browse files
authored
Update pybind.cc
test=release/1.0.0
1 parent 90172cd commit d4e45a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/pybind/pybind.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ PYBIND11_PLUGIN(core) {
174174
columns, hence [5, 2].
175175
176176
x.lod = [[2, 3]]
177-
x.data = [[1, 2], [3, 4],
178-
[5, 6], [7, 8], [9, 10]]
177+
x.data = [[1, 2], [3, 4], // seq 1
178+
[5, 6], [7, 8], [9, 10]] // seq 2
179179
x.shape = [5, 2]
180180
181181
LoD can have multiple levels (for example, a paragraph can have multiple

0 commit comments

Comments
 (0)