File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747import dpctl .tensor as dpt
4848import dpctl .utils as dpu
4949import numpy
50- from dpctl .tensor ._copy_utils import _nonzero_impl
51- from dpctl .tensor ._indexing_functions import _get_indexing_mode
52- from dpctl .tensor ._numpy_helper import normalize_axis_index
5350
5451# pylint: disable=no-name-in-module
5552# TODO: revert to `import dpctl.tensor...`
6057
6158# pylint: disable=no-name-in-module
6259import dpnp .backend .extensions .indexing ._indexing_impl as indexing_ext
60+ from dpctl_ext .tensor ._copy_utils import _nonzero_impl
61+ from dpctl_ext .tensor ._indexing_functions import _get_indexing_mode
62+ from dpctl_ext .tensor ._numpy_helper import normalize_axis_index
6363
6464# pylint: disable=no-name-in-module
6565from .dpnp_algo import (
You can’t perform that action at this time.
0 commit comments