@@ -594,9 +594,11 @@ def array_equiv(a1, a2):
594594 First input array, may have any data type.
595595x2 : {dpnp.ndarray, usm_ndarray, scalar}
596596 Second input array, also may have any data type.
597- out : {None, dpnp.ndarray, usm_ndarray}, optional
597+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
598598 Output array to populate.
599- Array have the correct shape and the expected data type.
599+ Array must have the correct shape and the expected data type.
600+ A tuple (possible only as a keyword argument) must have length equal to the
601+ number of outputs.
600602
601603 Default: ``None``.
602604order : {None, "C", "F", "A", "K"}, optional
@@ -674,9 +676,11 @@ def array_equiv(a1, a2):
674676 First input array, may have any data type.
675677x2 : {dpnp.ndarray, usm_ndarray, scalar}
676678 Second input array, also may have any data type.
677- out : {None, dpnp.ndarray, usm_ndarray}, optional
679+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
678680 Output array to populate.
679681 Array must have the correct shape and the expected data type.
682+ A tuple (possible only as a keyword argument) must have length equal to the
683+ number of outputs.
680684
681685 Default: ``None``.
682686order : {None, "C", "F", "A", "K"}, optional
@@ -748,9 +752,11 @@ def array_equiv(a1, a2):
748752 First input array, may have any data type.
749753x2 : {dpnp.ndarray, usm_ndarray, scalar}
750754 Second input array, also may have any data type.
751- out : {None, dpnp.ndarray, usm_ndarray}, optional
755+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
752756 Output array to populate.
753757 Array must have the correct shape and the expected data type.
758+ A tuple (possible only as a keyword argument) must have length equal to the
759+ number of outputs.
754760
755761 Default: ``None``.
756762order : {None, "C", "F", "A", "K"}, optional
@@ -1036,9 +1042,11 @@ def iscomplexobj(x):
10361042----------
10371043x : {dpnp.ndarray, usm_ndarray}
10381044 Input array, may have any data type.
1039- out : {None, dpnp.ndarray, usm_ndarray}, optional
1045+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
10401046 Output array to populate.
10411047 Array must have the correct shape and the expected data type.
1048+ A tuple (possible only as a keyword argument) must have length equal to the
1049+ number of outputs.
10421050
10431051 Default: ``None``.
10441052order : {None, "C", "F", "A", "K"}, optional
@@ -1168,9 +1176,11 @@ def isfortran(a):
11681176----------
11691177x : {dpnp.ndarray, usm_ndarray}
11701178 Input array, may have any data type.
1171- out : {None, dpnp.ndarray, usm_ndarray}, optional
1179+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
11721180 Output array to populate.
11731181 Array must have the correct shape and the expected data type.
1182+ A tuple (possible only as a keyword argument) must have length equal to the
1183+ number of outputs.
11741184
11751185 Default: ``None``.
11761186order : {None, "C", "F", "A", "K"}, optional
@@ -1226,9 +1236,11 @@ def isfortran(a):
12261236----------
12271237x : {dpnp.ndarray, usm_ndarray}
12281238 Input array, may have any data type.
1229- out : {None, dpnp.ndarray, usm_ndarray}, optional
1239+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
12301240 Output array to populate.
12311241 Array must have the correct shape and the expected data type.
1242+ A tuple (possible only as a keyword argument) must have length equal to the
1243+ number of outputs.
12321244
12331245 Default: ``None``.
12341246order : {None, "C", "F", "A", "K"}, optional
@@ -1563,9 +1575,11 @@ def isscalar(element):
15631575 First input array, may have any data type.
15641576x2 : {dpnp.ndarray, usm_ndarray, scalar}
15651577 Second input array, also may have any data type.
1566- out : {None, dpnp.ndarray, usm_ndarray}, optional
1578+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
15671579 Output array to populate.
15681580 Array must have the correct shape and the expected data type.
1581+ A tuple (possible only as a keyword argument) must have length equal to the
1582+ number of outputs.
15691583
15701584 Default: ``None``.
15711585order : {None, "C", "F", "A", "K"}, optional
@@ -1637,9 +1651,11 @@ def isscalar(element):
16371651 First input array, may have any data type.
16381652x2 : {dpnp.ndarray, usm_ndarray, scalar}
16391653 Second input array, also may have any data type.
1640- out : {None, dpnp.ndarray, usm_ndarray}, optional
1654+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
16411655 Output array to populate.
16421656 Array must have the correct shape and the expected data type.
1657+ A tuple (possible only as a keyword argument) must have length equal to the
1658+ number of outputs.
16431659
16441660 Default: ``None``.
16451661order : {None, "C", "F", "A", "K"}, optional
@@ -1710,9 +1726,11 @@ def isscalar(element):
17101726 First input array, may have any data type.
17111727x2 : {dpnp.ndarray, usm_ndarray, scalar}
17121728 Second input array, also may have any data type.
1713- out : {None, dpnp.ndarray, usm_ndarray}, optional
1729+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
17141730 Output array to populate.
17151731 Array must have the correct shape and the expected data type.
1732+ A tuple (possible only as a keyword argument) must have length equal to the
1733+ number of outputs.
17161734
17171735 Default: ``None``.
17181736order : {None, "C", "F", "A", "K"}, optional
@@ -1783,9 +1801,11 @@ def isscalar(element):
17831801----------
17841802x : {dpnp.ndarray, usm_ndarray}
17851803 Input array, may have any data type.
1786- out : {None, dpnp.ndarray, usm_ndarray}, optional
1804+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
17871805 Output array to populate.
17881806 Array must have the correct shape and the expected data type.
1807+ A tuple (possible only as a keyword argument) must have length equal to the
1808+ number of outputs.
17891809
17901810 Default: ``None``.
17911811order : {None, "C", "F", "A", "K"}, optional
@@ -1849,9 +1869,11 @@ def isscalar(element):
18491869 First input array, may have any data type.
18501870x2 : {dpnp.ndarray, usm_ndarray, scalar}
18511871 Second input array, also may have any data type.
1852- out : {None, dpnp.ndarray, usm_ndarray}, optional
1872+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
18531873 Output array to populate.
18541874 Array must have the correct shape and the expected data type.
1875+ A tuple (possible only as a keyword argument) must have length equal to the
1876+ number of outputs.
18551877
18561878 Default: ``None``.
18571879order : {None, "C", "F", "A", "K"}, optional
@@ -1925,9 +1947,11 @@ def isscalar(element):
19251947 First input array, may have any data type.
19261948x2 : {dpnp.ndarray, usm_ndarray, scalar}
19271949 Second input array, also may have any data type.
1928- out : {None, dpnp.ndarray, usm_ndarray}, optional
1950+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
19291951 Output array to populate.
19301952 Array must have the correct shape and the expected data type.
1953+ A tuple (possible only as a keyword argument) must have length equal to the
1954+ number of outputs.
19311955
19321956 Default: ``None``.
19331957order : {None, "C", "F", "A", "K"}, optional
@@ -1999,9 +2023,11 @@ def isscalar(element):
19992023 First input array, may have any data type.
20002024x2 : {dpnp.ndarray, usm_ndarray, scalar}
20012025 Second input array, also may have any data type.
2002- out : {None, dpnp.ndarray, usm_ndarray}, optional
2026+ out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray }, optional
20032027 Output array to populate.
20042028 Array must have the correct shape and the expected data type.
2029+ A tuple (possible only as a keyword argument) must have length equal to the
2030+ number of outputs.
20052031
20062032 Default: ``None``.
20072033order : {None, "C", "F", "A", "K"}, optional
0 commit comments