Skip to content

Commit b7e2fe1

Browse files
antonwolfyvtavana
andauthored
Apply suggestions from code review
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent 806ee3c commit b7e2fe1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dpnp/dpnp_iface_indexing.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ def diag_indices(n, ndim=2, device=None, usm_type="device", sycl_queue=None):
477477
478478
Default: ``None``.
479479
480-
Default: ``None``.
481480
usm_type : {"device", "shared", "host"}, optional
482481
The type of SYCL USM allocation for the output array.
483482
@@ -1086,7 +1085,6 @@ def indices(
10861085
10871086
Default: ``None``.
10881087
1089-
Default: ``None``.
10901088
usm_type : {"device", "shared", "host"}, optional
10911089
The type of SYCL USM allocation for the output array.
10921090
@@ -1352,7 +1350,6 @@ def mask_indices(
13521350
13531351
Default: ``None``.
13541352
1355-
Default: ``None``.
13561353
usm_type : {"device", "shared", "host"}, optional
13571354
The type of SYCL USM allocation for the output array.
13581355
@@ -2364,7 +2361,6 @@ def tril_indices(
23642361
23652362
Default: ``None``.
23662363
2367-
Default: ``None``.
23682364
usm_type : {"device", "shared", "host"}, optional
23692365
The type of SYCL USM allocation for the output array.
23702366
@@ -2575,7 +2571,6 @@ def triu_indices(
25752571
25762572
Default: ``None``.
25772573
2578-
Default: ``"device"``.
25792574
usm_type : {"device", "shared", "host"}, optional
25802575
The type of SYCL USM allocation for the output array.
25812576

dpnp/dpnp_iface_manipulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ def asarray_chkfinite(
753753
754754
Default: ``None``.
755755
756-
Default: ``None``.
757756
usm_type : {None, "device", "shared", "host"}, optional
758757
The type of SYCL USM allocation for the output array.
759758

0 commit comments

Comments
 (0)