mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[docs] Properly link register_post_accumulate_grad_hook docs (#108157)
it shows up now  Pull Request resolved: https://github.com/pytorch/pytorch/pull/108157 Approved by: https://github.com/soulitzer, https://github.com/albanD
This commit is contained in:
parent
525b593954
commit
fa49be2a49
3 changed files with 3 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ Tensor autograd functions
|
|||
torch.Tensor.detach
|
||||
torch.Tensor.detach_
|
||||
torch.Tensor.register_hook
|
||||
torch.Tensor.register_post_accumulate_grad_hook
|
||||
torch.Tensor.retain_grad
|
||||
|
||||
:hidden:`Function`
|
||||
|
|
|
|||
|
|
@ -185,6 +185,7 @@ If you don't see an operation listed here, but it would help your use case, plea
|
|||
:meth:`Tensor.reciprocal_`,None
|
||||
:meth:`Tensor.refine_names`,See documentation
|
||||
:meth:`Tensor.register_hook`,None
|
||||
:meth:`Tensor.register_post_accumulate_grad_hook`,None
|
||||
:meth:`Tensor.rename`,See documentation
|
||||
:meth:`Tensor.rename_`,See documentation
|
||||
:attr:`Tensor.requires_grad`,None
|
||||
|
|
|
|||
|
|
@ -575,6 +575,7 @@ Tensor class reference
|
|||
Tensor.reciprocal_
|
||||
Tensor.record_stream
|
||||
Tensor.register_hook
|
||||
Tensor.register_post_accumulate_grad_hook
|
||||
Tensor.remainder
|
||||
Tensor.remainder_
|
||||
Tensor.renorm
|
||||
|
|
|
|||
Loading…
Reference in a new issue