File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030from functools import wraps
3131
3232import dpctl .tensor as dpt
33- import dpctl .tensor ._type_utils as dtu
3433import dpctl .utils as dpu
3534import numpy
36- from dpctl .tensor ._elementwise_common import (
37- BinaryElementwiseFunc ,
38- UnaryElementwiseFunc ,
39- )
40- from dpctl .tensor ._scalar_utils import (
41- _get_dtype ,
42- _get_shape ,
43- _validate_dtype ,
44- )
4535
4636# pylint: disable=no-name-in-module
4737# TODO: revert to `import dpctl.tensor...`
4838# when dpnp fully migrates dpctl/tensor
4939import dpctl_ext .tensor as dpt_ext
5040import dpctl_ext .tensor ._copy_utils as dtc
5141import dpctl_ext .tensor ._tensor_impl as dti
42+ import dpctl_ext .tensor ._type_utils as dtu
5243import dpnp
5344import dpnp .backend .extensions .vm ._vm_impl as vmi
45+ from dpctl_ext .tensor ._elementwise_common import (
46+ BinaryElementwiseFunc ,
47+ UnaryElementwiseFunc ,
48+ )
49+ from dpctl_ext .tensor ._scalar_utils import (
50+ _get_dtype ,
51+ _get_shape ,
52+ _validate_dtype ,
53+ )
5454from dpnp .dpnp_array import dpnp_array
5555from dpnp .dpnp_utils import get_usm_allocations
5656from dpnp .dpnp_utils .dpnp_utils_common import (
You can’t perform that action at this time.
0 commit comments