mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
set_index -> _set_index
This commit is contained in:
@ -1274,13 +1274,6 @@ Args:
|
||||
stride (tuple): The desired stride. Defaults to C-contiguous strides.
|
||||
""")
|
||||
|
||||
add_docstr(torch._C.FloatTensorBase.set_index,
|
||||
"""
|
||||
set_index(index, value)
|
||||
|
||||
Alias for ``self[index] = value``
|
||||
""")
|
||||
|
||||
add_docstr(torch._C.FloatTensorBase.sigmoid,
|
||||
"""
|
||||
sigmoid() -> Tensor
|
||||
|
Reference in New Issue
Block a user