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 536d260 commit 4ccb6a3Copy full SHA for 4ccb6a3
doc/reference/exceptions.rst
@@ -0,0 +1,14 @@
1
+.. _routines.exceptions:
2
+
3
+Exceptions and Warnings
4
+=======================
5
6
+General exceptions used by DPNP. Note that some exceptions may be module
7
+specific, such as linear algebra errors.
8
9
+.. currentmodule:: dpnp.exceptions
10
11
+Exceptions
12
+----------
13
14
+.. autodata:: DLPackCreationError
doc/reference/routines.rst
@@ -15,6 +15,7 @@ These functions cover a subset of
15
array-manipulation
16
bitwise
17
dtype
18
+ exceptions
19
fft
20
functional
21
indexing
0 commit comments