We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e70425b + 192bd93 commit da8d6fbCopy full SHA for da8d6fb
1 file changed
dpctl_ext/tensor/_reshape.py
@@ -31,7 +31,10 @@
31
import dpctl.tensor as dpt
32
import dpctl.utils
33
import numpy as np
34
-from dpctl.tensor._tensor_impl import (
+
35
+# TODO: revert to `from dpctl.tensor._tensor_impl...`
36
+# when dpnp fully migrates dpctl/tensor
37
+from dpctl_ext.tensor._tensor_impl import (
38
_copy_usm_ndarray_for_reshape,
39
_ravel_multi_index,
40
_unravel_index,
0 commit comments