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 d591a57 commit e17f107Copy full SHA for e17f107
dpnp/__init__.py
@@ -68,7 +68,6 @@
68
69
from .dpnp_array import dpnp_array as ndarray
70
from .dpnp_array_api_info import __array_namespace_info__
71
-from .dpnp_flatiter import flatiter as flatiter
72
from ._version import get_versions
73
from . import exceptions as exceptions
74
from . import fft as fft
@@ -308,6 +307,7 @@
308
307
triu_indices_from,
309
unravel_index,
310
)
+from .dpnp_flatiter import flatiter
311
312
# -----------------------------------------------------------------------------
313
# Linear algebra
0 commit comments