File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ instead, which would be wrapped.
40
40
Inspection Helpers
41
41
------------------
42
42
43
- These convenience functions can be used to test if an array comes from a
43
+ These convenience functions can be used to test if an array or namespace comes from a
44
44
specific library without importing that library if it hasn't been imported
45
45
yet.
46
46
51
51
.. autofunction :: is_jax_array
52
52
.. autofunction :: is_pydata_sparse_array
53
53
.. autofunction :: is_ndonnx_array
54
+ .. autofunction :: is_numpy_namespace
55
+ .. autofunction :: is_cupy_namespace
56
+ .. autofunction :: is_torch_namespace
57
+ .. autofunction :: is_dask_namespace
58
+ .. autofunction :: is_jax_namespace
59
+ .. autofunction :: is_pydata_sparse_namespace
60
+ .. autofunction :: is_ndonnx_namespace
61
+ .. autofunction :: is_array_api_strict_namespace
You can’t perform that action at this time.
0 commit comments