Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcylcy committed Jan 27, 2022
1 parent 970edcd commit b41b8b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/oneflow/framework/docstr/math_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,6 @@
oneflow.Size([3, 2, 5, 6])
>>> output[2].size()
oneflow.Size([3, 1, 5, 6])
>>> output[3].size()
""",
)

Expand Down Expand Up @@ -1451,7 +1450,6 @@
oneflow.Size([2, 4, 5, 6])
>>> output[2].size()
oneflow.Size([1, 4, 5, 6])
>>> output[3].size()
""",
)

Expand Down

0 comments on commit b41b8b2

Please sign in to comment.