File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535# when dpnp fully migrates dpctl/tensor
3636import dpctl_ext .tensor as dpt_ext
3737import dpctl_ext .tensor ._tensor_impl as ti
38- from dpctl_ext .tensor ._copy_utils import (
38+
39+ from ._copy_utils import (
3940 _empty_like_orderK ,
4041 _empty_like_pair_orderK ,
4142 _empty_like_triple_orderK ,
4243)
43- from dpctl_ext .tensor ._manipulation_functions import _broadcast_shape_impl
44- from dpctl_ext .tensor ._type_utils import _can_cast
45-
44+ from ._manipulation_functions import _broadcast_shape_impl
4645from ._scalar_utils import (
4746 _get_dtype ,
4847 _get_queue_usm_type ,
4948 _get_shape ,
5049 _validate_dtype ,
5150)
5251from ._type_utils import (
52+ _can_cast ,
5353 _resolve_one_strong_one_weak_types ,
5454 _resolve_one_strong_two_weak_types ,
5555)
Original file line number Diff line number Diff line change 4242# when dpnp fully migrates dpctl/tensor
4343import dpctl_ext .tensor as dpt_ext
4444import dpctl_ext .tensor ._tensor_impl as ti
45- from dpctl_ext .tensor ._type_utils import _dtype_supported_by_device_impl
4645
4746from ._numpy_helper import normalize_axis_index
47+ from ._type_utils import _dtype_supported_by_device_impl
4848
4949__doc__ = (
5050 "Implementation module for copy- and cast- operations on "
Original file line number Diff line number Diff line change 3434# when dpnp fully migrates dpctl/tensor
3535import dpctl_ext .tensor as dpt_ext
3636import dpctl_ext .tensor ._tensor_impl as ti
37- from dpctl_ext .tensor ._manipulation_functions import _broadcast_shape_impl
3837
3938from ._copy_utils import _empty_like_orderK , _empty_like_triple_orderK
39+ from ._manipulation_functions import _broadcast_shape_impl
4040from ._scalar_utils import (
4141 _get_dtype ,
4242 _get_queue_usm_type ,
You can’t perform that action at this time.
0 commit comments