On this page
torch.Tensor.grad
Tensor.grad-
This attribute is
Noneby default and becomes a Tensor the first time a call tobackward()computes gradients forself. The attribute will then contain the gradients computed and future calls tobackward()will accumulate (add) gradients into it.
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.Tensor.grad.html