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 06afd75 commit 20622baCopy full SHA for 20622ba
array_api_compat/common/_helpers.py
@@ -56,6 +56,7 @@ def is_array_api_obj(x):
56
return _is_numpy_array(x) \
57
or _is_cupy_array(x) \
58
or _is_torch_array(x) \
59
+ or _is_dask_array(x) \
60
or hasattr(x, '__array_namespace__')
61
62
def _check_api_version(api_version):
0 commit comments