@@ -624,9 +624,11 @@ def array_equiv(a1, a2):
624624 First input array, may have any data type.
625625x2 : {dpnp.ndarray, usm_ndarray, scalar}
626626 Second input array, also may have any data type.
627- out : {None, dpnp.ndarray, usm_ndarray}, optional
627+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
628628 Output array to populate.
629- Array have the correct shape and the expected data type.
629+ Array must have the correct shape and the expected data type.
630+ A tuple (possible only as a keyword argument) must have length equal to the
631+ number of outputs.
630632
631633 Default: ``None``.
632634order : {None, "C", "F", "A", "K"}, optional
@@ -704,9 +706,11 @@ def array_equiv(a1, a2):
704706 First input array, may have any data type.
705707x2 : {dpnp.ndarray, usm_ndarray, scalar}
706708 Second input array, also may have any data type.
707- out : {None, dpnp.ndarray, usm_ndarray}, optional
709+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
708710 Output array to populate.
709711 Array must have the correct shape and the expected data type.
712+ A tuple (possible only as a keyword argument) must have length equal to the
713+ number of outputs.
710714
711715 Default: ``None``.
712716order : {None, "C", "F", "A", "K"}, optional
@@ -778,9 +782,11 @@ def array_equiv(a1, a2):
778782 First input array, may have any data type.
779783x2 : {dpnp.ndarray, usm_ndarray, scalar}
780784 Second input array, also may have any data type.
781- out : {None, dpnp.ndarray, usm_ndarray}, optional
785+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
782786 Output array to populate.
783787 Array must have the correct shape and the expected data type.
788+ A tuple (possible only as a keyword argument) must have length equal to the
789+ number of outputs.
784790
785791 Default: ``None``.
786792order : {None, "C", "F", "A", "K"}, optional
@@ -1066,9 +1072,11 @@ def iscomplexobj(x):
10661072----------
10671073x : {dpnp.ndarray, usm_ndarray}
10681074 Input array, may have any data type.
1069- out : {None, dpnp.ndarray, usm_ndarray}, optional
1075+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
10701076 Output array to populate.
10711077 Array must have the correct shape and the expected data type.
1078+ A tuple (possible only as a keyword argument) must have length equal to the
1079+ number of outputs.
10721080
10731081 Default: ``None``.
10741082order : {None, "C", "F", "A", "K"}, optional
@@ -1198,9 +1206,11 @@ def isfortran(a):
11981206----------
11991207x : {dpnp.ndarray, usm_ndarray}
12001208 Input array, may have any data type.
1201- out : {None, dpnp.ndarray, usm_ndarray}, optional
1209+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
12021210 Output array to populate.
12031211 Array must have the correct shape and the expected data type.
1212+ A tuple (possible only as a keyword argument) must have length equal to the
1213+ number of outputs.
12041214
12051215 Default: ``None``.
12061216order : {None, "C", "F", "A", "K"}, optional
@@ -1256,9 +1266,11 @@ def isfortran(a):
12561266----------
12571267x : {dpnp.ndarray, usm_ndarray}
12581268 Input array, may have any data type.
1259- out : {None, dpnp.ndarray, usm_ndarray}, optional
1269+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
12601270 Output array to populate.
12611271 Array must have the correct shape and the expected data type.
1272+ A tuple (possible only as a keyword argument) must have length equal to the
1273+ number of outputs.
12621274
12631275 Default: ``None``.
12641276order : {None, "C", "F", "A", "K"}, optional
@@ -1593,9 +1605,11 @@ def isscalar(element):
15931605 First input array, may have any data type.
15941606x2 : {dpnp.ndarray, usm_ndarray, scalar}
15951607 Second input array, also may have any data type.
1596- out : {None, dpnp.ndarray, usm_ndarray}, optional
1608+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
15971609 Output array to populate.
15981610 Array must have the correct shape and the expected data type.
1611+ A tuple (possible only as a keyword argument) must have length equal to the
1612+ number of outputs.
15991613
16001614 Default: ``None``.
16011615order : {None, "C", "F", "A", "K"}, optional
@@ -1667,9 +1681,11 @@ def isscalar(element):
16671681 First input array, may have any data type.
16681682x2 : {dpnp.ndarray, usm_ndarray, scalar}
16691683 Second input array, also may have any data type.
1670- out : {None, dpnp.ndarray, usm_ndarray}, optional
1684+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
16711685 Output array to populate.
16721686 Array must have the correct shape and the expected data type.
1687+ A tuple (possible only as a keyword argument) must have length equal to the
1688+ number of outputs.
16731689
16741690 Default: ``None``.
16751691order : {None, "C", "F", "A", "K"}, optional
@@ -1740,9 +1756,11 @@ def isscalar(element):
17401756 First input array, may have any data type.
17411757x2 : {dpnp.ndarray, usm_ndarray, scalar}
17421758 Second input array, also may have any data type.
1743- out : {None, dpnp.ndarray, usm_ndarray}, optional
1759+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
17441760 Output array to populate.
17451761 Array must have the correct shape and the expected data type.
1762+ A tuple (possible only as a keyword argument) must have length equal to the
1763+ number of outputs.
17461764
17471765 Default: ``None``.
17481766order : {None, "C", "F", "A", "K"}, optional
@@ -1813,9 +1831,11 @@ def isscalar(element):
18131831----------
18141832x : {dpnp.ndarray, usm_ndarray}
18151833 Input array, may have any data type.
1816- out : {None, dpnp.ndarray, usm_ndarray}, optional
1834+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
18171835 Output array to populate.
18181836 Array must have the correct shape and the expected data type.
1837+ A tuple (possible only as a keyword argument) must have length equal to the
1838+ number of outputs.
18191839
18201840 Default: ``None``.
18211841order : {None, "C", "F", "A", "K"}, optional
@@ -1879,9 +1899,11 @@ def isscalar(element):
18791899 First input array, may have any data type.
18801900x2 : {dpnp.ndarray, usm_ndarray, scalar}
18811901 Second input array, also may have any data type.
1882- out : {None, dpnp.ndarray, usm_ndarray}, optional
1902+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
18831903 Output array to populate.
18841904 Array must have the correct shape and the expected data type.
1905+ A tuple (possible only as a keyword argument) must have length equal to the
1906+ number of outputs.
18851907
18861908 Default: ``None``.
18871909order : {None, "C", "F", "A", "K"}, optional
@@ -1955,9 +1977,11 @@ def isscalar(element):
19551977 First input array, may have any data type.
19561978x2 : {dpnp.ndarray, usm_ndarray, scalar}
19571979 Second input array, also may have any data type.
1958- out : {None, dpnp.ndarray, usm_ndarray}, optional
1980+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
19591981 Output array to populate.
19601982 Array must have the correct shape and the expected data type.
1983+ A tuple (possible only as a keyword argument) must have length equal to the
1984+ number of outputs.
19611985
19621986 Default: ``None``.
19631987order : {None, "C", "F", "A", "K"}, optional
@@ -2029,9 +2053,11 @@ def isscalar(element):
20292053 First input array, may have any data type.
20302054x2 : {dpnp.ndarray, usm_ndarray, scalar}
20312055 Second input array, also may have any data type.
2032- out : {None, dpnp.ndarray, usm_ndarray}, optional
2056+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
20332057 Output array to populate.
20342058 Array must have the correct shape and the expected data type.
2059+ A tuple (possible only as a keyword argument) must have length equal to the
2060+ number of outputs.
20352061
20362062 Default: ``None``.
20372063order : {None, "C", "F", "A", "K"}, optional
0 commit comments