File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929import dpctl
3030import dpctl .tensor as dpt
31- import dpctl .tensor ._tensor_elementwise_impl as tei
3231from dpctl .utils import ExecutionPlacementError , SequentialOrderManager
3332
3433# TODO: revert to `import dpctl.tensor...`
3534# when dpnp fully migrates dpctl/tensor
3635import dpctl_ext .tensor as dpt_ext
36+ import dpctl_ext .tensor ._tensor_elementwise_impl as tei
3737import dpctl_ext .tensor ._tensor_impl as ti
3838from dpctl_ext .tensor ._copy_utils import (
3939 _empty_like_orderK ,
Original file line number Diff line number Diff line change 3030
3131import dpctl .tensor as dpt
3232import dpctl .utils as du
33- from dpctl .tensor ._tensor_elementwise_impl import _not_equal , _subtract
3433
3534# TODO: revert to `import dpctl.tensor...`
3635# when dpnp fully migrates dpctl/tensor
3736import dpctl_ext .tensor as dpt_ext
37+ from dpctl_ext .tensor ._tensor_elementwise_impl import _not_equal , _subtract
3838
3939from ._copy_utils import _empty_like_orderK
4040from ._scalar_utils import (
You can’t perform that action at this time.
0 commit comments