Skip to content

Commit

Permalink
Fix format of en doc
Browse files Browse the repository at this point in the history
test=develop
  • Loading branch information
wanghaoshuang committed Aug 23, 2020
1 parent 8109dee commit bb567e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/paddle/nn/functional/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@ def grid_sample(x,
to :ref:`api_guide_Name`. Usually name is no need to set and
None by default.
Returns:
Tensor: Shape of output is [N, C, grid_H, grid_W] in which `grid_H` is the height of grid
and `grid_W` is the width of grid. The data type is same as input tensor.
Returns: Tensor, The shape of output is [N, C, grid_H, grid_W] in which `grid_H` is the height of grid
and `grid_W` is the width of grid. The data type is same as input tensor.
Examples:
Expand Down

0 comments on commit bb567e9

Please sign in to comment.