We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b447c commit bb4d3afCopy full SHA for bb4d3af
README.md
@@ -45,7 +45,7 @@ import array_api_compat.cupy as cp
45
import array_api_compat.torch as torch
46
```
47
48
-Each will include all the functions from the normal NumPy/CuPy/Torch
+Each will include all the functions from the normal NumPy/CuPy/PyTorch
49
namespace, except that functions that are part of the array API are wrapped so
50
that they have the correct array API behavior. In each case, the array object
51
used will be the same array object from the wrapped library.
0 commit comments