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 2baa4da commit efd745cCopy full SHA for efd745c
array_api_compat/cupy/__init__.py
@@ -64,10 +64,10 @@
64
unique_inverse,
65
unique_values,
66
var,
67
+ vecdot,
68
zeros,
69
zeros_like,
70
)
-from .linalg import matrix_transpose, vecdot
71
72
__all__ = []
73
array_api_compat/numpy/__init__.py
@@ -63,10 +63,10 @@
63
0 commit comments