Skip to content

Commit bccb727

Browse files
mdrawezyang
authored andcommitted
Remove wrong "input" arg from scatter_() docstring (#7550)
1 parent a9a44fa commit bccb727

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch/_tensor_docs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ def callable(a, b) -> number
16931693
the specified dimension :attr:`dim` must be unique.
16941694
16951695
Args:
1696-
input (Tensor): the source tensor
16971696
dim (int): the axis along which to index
16981697
index (LongTensor): the indices of elements to scatter
16991698
src (Tensor or float): the source element(s) to scatter

0 commit comments

Comments
 (0)