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 342869f commit 8bb4ba0Copy full SHA for 8bb4ba0
src/array_api_extra/_lib/_compat.pyi
@@ -20,8 +20,8 @@ def array_namespace(
20
def device(x: Array, /) -> Device: ...
21
def is_cupy_namespace(x: object, /) -> bool: ...
22
def is_dask_namespace(xp: ModuleType, /) -> bool: ...
23
-def is_jax_namespace(xp: ModuleType, /) -> bool: ...
24
def is_jax_array(x: object, /) -> bool: ...
+def is_jax_namespace(xp: ModuleType, /) -> bool: ...
25
def is_pydata_sparse_namespace(x: object, /) -> bool: ...
26
def is_torch_namespace(x: object, /) -> bool: ...
27
def is_writeable_array(x: object, /) -> bool: ...
0 commit comments