File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 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.
4040Inspection Helpers
4141------------------
4242
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
4444specific library without importing that library if it hasn't been imported
4545yet.
4646
5151.. autofunction :: is_jax_array
5252.. autofunction :: is_pydata_sparse_array
5353.. 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