Skip to content

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
woaixiaoxiao committed Jul 12, 2024
1 parent f01d542 commit 7abcbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oneflow/nn/modules/interpolate_like.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def interpolate_like(
The documentation is referenced from: https://pytorch.org/docs/1.10/_modules/torch/nn/functional.html#interpolate.
Down/up samples the input to :Tensor:`like` shape.
Down/up samples the input to the same shape as the `like` tensor.
The algorithm used for interpolation is determined by :attr:`mode`.
Expand Down

0 comments on commit 7abcbcb

Please sign in to comment.