mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[WIP] Merge Test (#160998)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/160998 Approved by: https://github.com/ZainRizvi
This commit is contained in:
parent
1ea918caf9
commit
ef761c4353
|
|
@ -78,7 +78,7 @@ PyTorch provides Tensors that can live either on the CPU or the GPU and accelera
|
|||
computation by a huge amount.
|
||||
|
||||
We provide a wide variety of tensor routines to accelerate and fit your scientific computation needs
|
||||
such as slicing, indexing, mathematical operations, linear algebra, reductions.
|
||||
such as slicing, indexing, mathematical operations, linear algebra, and reductions.
|
||||
And they are fast!
|
||||
|
||||
### Dynamic Neural Networks: Tape-Based Autograd
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# torch.cuda
|
||||
# torch.cuda
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: torch.cuda
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user