pytorch/docs/source/notes
Philip Meier 288b23bc52 fix MetadataTensor example (#78073)
```py
[bar if bar for bar in foo]
```

is invalid Python syntax. The `if` clause needs to be at the end:

```py
[bar for bar in foo if bar]
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/78073
Approved by: https://github.com/albanD
2022-05-31 21:34:19 +00:00
..
amp_examples.rst add autocast cpu doc 2022-03-22 02:02:43 +00:00
autograd.rst Add gradient choice detail to autograd doc 2022-05-06 21:12:25 +00:00
broadcasting.rst
cpu_threading_runtimes.svg
cpu_threading_torchscript_inference.rst
cpu_threading_torchscript_inference.svg
cuda.rst [CUDACachingAlloc/GPUInference] Implement garbage collection without GPU sync (#74261) 2022-03-21 18:46:02 +00:00
ddp.rst [Docs][BE] DDP doc fix (#71363) 2022-01-18 22:24:51 +00:00
extending.rst fix MetadataTensor example (#78073) 2022-05-31 21:34:19 +00:00
faq.rst
gradcheck.rst
hip.rst
large_scale_deployments.rst
modules.rst
mps.rst improve mps note to describe the different functions available (#77767) 2022-05-18 20:17:23 +00:00
multiprocessing.rst
numerical_accuracy.rst rocblas alt impl during backward pass only (#71881) 2022-05-18 19:42:58 +00:00
randomness.rst
serialization.rst
windows.rst Remove remaining THC code (#69039) 2021-12-08 12:18:08 -08:00