pytorch/docs/source/notes
Jan Margeta e85dbcc9b0 [docs] Fix ScalarTensor __repr__ in Extending PyTorch example (#86330)
This PR fixes the __repr__ of the `ScalarTensor` class in the Extending PyTorch example to correspond with the class name instead of `DiagonalTensor`.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86330
Approved by: https://github.com/bdhirsh
2022-10-17 20:01:10 +00:00
..
amp_examples.rst [AMP] Use generic autocast in example, specify dtype (#79579) 2022-06-17 21:32:51 +00:00
autograd.rst Fix typo under docs directory and RELEASE.md (#85896) 2022-09-29 21:41:59 +00:00
broadcasting.rst
cpu_threading_runtimes.svg
cpu_threading_torchscript_inference.rst
cpu_threading_torchscript_inference.svg
cuda.rst Extend torch.cuda.is_available() to attempt an NVML-based CUDA availability assessment when explicitly requested by the user (#85951) 2022-10-12 18:37:50 +00:00
ddp.rst
extending.rst [docs] Fix ScalarTensor __repr__ in Extending PyTorch example (#86330) 2022-10-17 20:01:10 +00:00
faq.rst
gradcheck.rst
hip.rst
large_scale_deployments.rst
modules.rst [nn] module: full_backward_pre_hook (#86700) 2022-10-13 17:36:39 +00:00
mps.rst update mps note with more details (#78669) 2022-06-02 20:53:19 +00:00
multiprocessing.rst
numerical_accuracy.rst [CUBLAS][TF32][CUDNN] Update numerical_accuracy.rst (#79537) 2022-09-07 18:30:26 +00:00
randomness.rst Improve reproducibility docs for RNG (#78849) 2022-06-06 14:53:59 +00:00
serialization.rst [DOC] Missing line in serialization notes (#79454) 2022-06-17 18:26:47 +00:00
windows.rst