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 27f56a1 commit 7bfeb5bCopy full SHA for 7bfeb5b
dpnp/exceptions/__init__.py
@@ -1,5 +1,7 @@
1
from dpctl.tensor._dlpack import DLPackCreationError
2
+from numpy.exceptions import AxisError
3
4
__all__ = [
5
+ "AxisError",
6
"DLPackCreationError",
7
]
0 commit comments