@@ -195,9 +195,9 @@ def allclose(a, b, rtol=1.0e-5, atol=1.0e-8, equal_nan=False):
195195 Parameters
196196 ----------
197197 a : {dpnp.ndarray, usm_ndarray, scalar}
198- First input array, expected to have numeric data type.
198+ First input array, expected to have a numeric data type.
199199 b : {dpnp.ndarray, usm_ndarray, scalar}
200- Second input array, also expected to have numeric data type.
200+ Second input array, also expected to have a numeric data type.
201201 rtol : {dpnp.ndarray, usm_ndarray, scalar}, optional
202202 The relative tolerance parameter.
203203
@@ -552,9 +552,9 @@ def array_equiv(a1, a2):
552552Parameters
553553----------
554554x1 : {dpnp.ndarray, usm_ndarray, scalar}
555- First input array, expected to have a boolean or numeric data type.
555+ First input array, may have any data type.
556556x2 : {dpnp.ndarray, usm_ndarray, scalar}
557- Second input array, also expected to have a boolean or numeric data type.
557+ Second input array, also may have any data type.
558558out : {None, dpnp.ndarray, usm_ndarray}, optional
559559 Output array to populate.
560560 Array have the correct shape and the expected data type.
@@ -632,9 +632,9 @@ def array_equiv(a1, a2):
632632Parameters
633633----------
634634x1 : {dpnp.ndarray, usm_ndarray, scalar}
635- First input array, expected to have a boolean or numeric data type.
635+ First input array, may have any data type.
636636x2 : {dpnp.ndarray, usm_ndarray, scalar}
637- Second input array, also expected to have a boolean or numeric data type.
637+ Second input array, also may have any data type.
638638out : {None, dpnp.ndarray, usm_ndarray}, optional
639639 Output array to populate.
640640 Array must have the correct shape and the expected data type.
@@ -706,9 +706,9 @@ def array_equiv(a1, a2):
706706Parameters
707707----------
708708x1 : {dpnp.ndarray, usm_ndarray, scalar}
709- First input array, expected to have a boolean or numeric data type.
709+ First input array, may have any data type.
710710x2 : {dpnp.ndarray, usm_ndarray, scalar}
711- Second input array, also expected to have a boolean or numeric data type.
711+ Second input array, also may have any data type.
712712out : {None, dpnp.ndarray, usm_ndarray}, optional
713713 Output array to populate.
714714 Array must have the correct shape and the expected data type.
@@ -790,9 +790,9 @@ def isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False):
790790 Parameters
791791 ----------
792792 a : {dpnp.ndarray, usm_ndarray, scalar}
793- First input array, expected to have numeric data type.
793+ First input array, expected to have a numeric data type.
794794 b : {dpnp.ndarray, usm_ndarray, scalar}
795- Second input array, also expected to have numeric data type.
795+ Second input array, also expected to have a numeric data type.
796796 rtol : {dpnp.ndarray, usm_ndarray, scalar}, optional
797797 The relative tolerance parameter.
798798
@@ -992,7 +992,7 @@ def iscomplexobj(x):
992992Parameters
993993----------
994994x : {dpnp.ndarray, usm_ndarray}
995- Input array, expected to have a boolean or numeric data type.
995+ Input array, may have any data type.
996996out : {None, dpnp.ndarray, usm_ndarray}, optional
997997 Output array to populate.
998998 Array must have the correct shape and the expected data type.
@@ -1124,7 +1124,7 @@ def isfortran(a):
11241124Parameters
11251125----------
11261126x : {dpnp.ndarray, usm_ndarray}
1127- Input array, expected to have a boolean or numeric data type.
1127+ Input array, may have any data type.
11281128out : {None, dpnp.ndarray, usm_ndarray}, optional
11291129 Output array to populate.
11301130 Array must have the correct shape and the expected data type.
@@ -1182,7 +1182,7 @@ def isfortran(a):
11821182Parameters
11831183----------
11841184x : {dpnp.ndarray, usm_ndarray}
1185- Input array, expected to have a boolean or numeric data type.
1185+ Input array, may have any data type.
11861186out : {None, dpnp.ndarray, usm_ndarray}, optional
11871187 Output array to populate.
11881188 Array must have the correct shape and the expected data type.
@@ -1517,9 +1517,9 @@ def isscalar(element):
15171517Parameters
15181518----------
15191519x1 : {dpnp.ndarray, usm_ndarray, scalar}
1520- First input array, expected to have a boolean or numeric data type.
1520+ First input array, may have any data type.
15211521x2 : {dpnp.ndarray, usm_ndarray, scalar}
1522- Second input array, also expected to have a boolean or numeric data type.
1522+ Second input array, also may have any data type.
15231523out : {None, dpnp.ndarray, usm_ndarray}, optional
15241524 Output array to populate.
15251525 Array must have the correct shape and the expected data type.
@@ -1591,9 +1591,9 @@ def isscalar(element):
15911591Parameters
15921592----------
15931593x1 : {dpnp.ndarray, usm_ndarray, scalar}
1594- First input array, expected to have a boolean or numeric data type.
1594+ First input array, may have any data type.
15951595x2 : {dpnp.ndarray, usm_ndarray, scalar}
1596- Second input array, also expected to have a boolean or numeric data type.
1596+ Second input array, also may have any data type.
15971597out : {None, dpnp.ndarray, usm_ndarray}, optional
15981598 Output array to populate.
15991599 Array must have the correct shape and the expected data type.
@@ -1664,9 +1664,9 @@ def isscalar(element):
16641664Parameters
16651665----------
16661666x1 : {dpnp.ndarray, usm_ndarray, scalar}
1667- First input array, expected to have a boolean or numeric data type.
1667+ First input array, may have any data type.
16681668x2 : {dpnp.ndarray, usm_ndarray, scalar}
1669- Second input array, also expected to have a boolean or numeric data type.
1669+ Second input array, also may have any data type.
16701670out : {None, dpnp.ndarray, usm_ndarray}, optional
16711671 Output array to populate.
16721672 Array must have the correct shape and the expected data type.
@@ -1739,7 +1739,7 @@ def isscalar(element):
17391739Parameters
17401740----------
17411741x : {dpnp.ndarray, usm_ndarray}
1742- Input array, expected to have a boolean or numeric data type.
1742+ Input array, may have any data type.
17431743out : {None, dpnp.ndarray, usm_ndarray}, optional
17441744 Output array to populate.
17451745 Array must have the correct shape and the expected data type.
@@ -1803,9 +1803,9 @@ def isscalar(element):
18031803Parameters
18041804----------
18051805x1 : {dpnp.ndarray, usm_ndarray, scalar}
1806- First input array, expected to have a boolean or numeric data type.
1806+ First input array, may have any data type.
18071807x2 : {dpnp.ndarray, usm_ndarray, scalar}
1808- Second input array, also expected to have a boolean or numeric data type.
1808+ Second input array, also may have any data type.
18091809out : {None, dpnp.ndarray, usm_ndarray}, optional
18101810 Output array to populate.
18111811 Array must have the correct shape and the expected data type.
@@ -1879,9 +1879,9 @@ def isscalar(element):
18791879Parameters
18801880----------
18811881x1 : {dpnp.ndarray, usm_ndarray, scalar}
1882- First input array, expected to have a boolean or numeric data type.
1882+ First input array, may have any data type.
18831883x2 : {dpnp.ndarray, usm_ndarray, scalar}
1884- Second input array, also expected to have a boolean or numeric data type.
1884+ Second input array, also may have any data type.
18851885out : {None, dpnp.ndarray, usm_ndarray}, optional
18861886 Output array to populate.
18871887 Array must have the correct shape and the expected data type.
@@ -1953,9 +1953,9 @@ def isscalar(element):
19531953Parameters
19541954----------
19551955x1 : {dpnp.ndarray, usm_ndarray, scalar}
1956- First input array, expected to have a boolean or numeric data type.
1956+ First input array, may have any data type.
19571957x2 : {dpnp.ndarray, usm_ndarray, scalar}
1958- Second input array, also expected to have a boolean or numeric data type.
1958+ Second input array, also may have any data type.
19591959out : {None, dpnp.ndarray, usm_ndarray}, optional
19601960 Output array to populate.
19611961 Array must have the correct shape and the expected data type.
0 commit comments