Skip to content

Commit a0e2933

Browse files
Import where from dpctl_ext
1 parent da8d6fb commit a0e2933

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dpctl_ext/tensor/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
# *****************************************************************************
2828

2929

30-
from dpctl.tensor._search_functions import where
31-
3230
from dpctl_ext.tensor._copy_utils import (
3331
asnumpy,
3432
astype,
@@ -56,6 +54,7 @@
5654
roll,
5755
)
5856
from dpctl_ext.tensor._reshape import reshape
57+
from dpctl_ext.tensor._search_functions import where
5958

6059
from ._clip import clip
6160
from ._type_utils import can_cast, finfo, iinfo, isdtype, result_type

0 commit comments

Comments
 (0)