File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13832,7 +13832,7 @@ def merge_dicts(*dicts):
13832
13832
add_docstr (
13833
13833
torch .expand_copy ,
13834
13834
r"""
13835
- Performs the same operation as :func:`torch.expand`, but all output tensors
13835
+ Performs the same operation as :func:`torch.Tensor. expand`, but all output tensors
13836
13836
are freshly created instead of aliasing the input.
13837
13837
""" ,
13838
13838
)
Original file line number Diff line number Diff line change @@ -1998,7 +1998,7 @@ def gradcheck(
1998
1998
.. warning::
1999
1999
If any checked tensor in :attr:`input` has overlapping memory, i.e.,
2000
2000
different indices pointing to the same memory address (e.g., from
2001
- :func:`torch.expand`), this check will likely fail because the numerical
2001
+ :func:`torch.Tensor. expand`), this check will likely fail because the numerical
2002
2002
gradients computed by point perturbation at such indices will change
2003
2003
values at all other indices that share the same memory address.
2004
2004
@@ -2152,7 +2152,7 @@ def gradgradcheck(
2152
2152
.. warning::
2153
2153
If any checked tensor in :attr:`input` and :attr:`grad_outputs` has
2154
2154
overlapping memory, i.e., different indices pointing to the same memory
2155
- address (e.g., from :func:`torch.expand`), this check will likely fail
2155
+ address (e.g., from :func:`torch.Tensor. expand`), this check will likely fail
2156
2156
because the numerical gradients computed by point perturbation at such
2157
2157
indices will change values at all other indices that share the same
2158
2158
memory address.
You can’t perform that action at this time.
0 commit comments