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 df226fe commit ed83b80Copy full SHA for ed83b80
array_api_compat/common/_aliases.py
@@ -12,7 +12,7 @@
12
from typing import NamedTuple
13
import inspect
14
15
-from ._helpers import array_namespace, _check_device, device, is_torch_array, is_cupy_namespace
+from ._helpers import array_namespace, _check_device, device, is_cupy_namespace
16
17
# These functions are modified from the NumPy versions.
18
0 commit comments