Skip to content

Commit

Permalink
fix typo test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchaochaohu committed Jul 17, 2020
1 parent 8a82c33 commit ff6f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def full(shape, fill_value, dtype=None, name=None):
# attr value is an Variable Tensor.
val = paddle.fill_constant([1], "float32", 2.0)
data5 = paddle.full(shape=[2,1], fill_value=val, dtype='float32') i
data5 = paddle.full(shape=[2,1], fill_value=val, dtype='float32')
# [[2.0]
# [2.0]]
"""
Expand Down

0 comments on commit ff6f581

Please sign in to comment.