Skip to content

Commit

Permalink
refine the doc test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchaochaohu committed Jul 8, 2020
1 parent aa2d41b commit b4e93d3
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 @@ -68,7 +68,7 @@ def full_like(x, fill_value, dtype=None, name=None):
fill_value(bool|float|int|Variable): The value to fill the tensor with. Default value is 0.
Note: this value shouldn't exceed the range of the output data type.
dtype(np.dtype|core.VarDesc.VarType|str, optional): The data type of output. The data type can be one
of bool, float16, float32, float64, int32, int64 .The default value is None, which means the output
of bool, float16, float32, float64, int32, int64. The default value is None, which means the output
data type is the same as input.
name(str, optional): The default value is None. Normally there is no need for user to set this property. For more information, please refer to :ref:`api_guide_Name`
Expand Down

0 comments on commit b4e93d3

Please sign in to comment.