@@ -317,12 +317,12 @@ def any(x, /, axis=None, out=None, keepdims=False, *, where=True):
317
317
First input array, expected to have numeric data type.
318
318
x2 : {dpnp.ndarray, usm_ndarray}
319
319
Second input array, also expected to have numeric data type.
320
- out : {None, dpnp.ndarray}, optional
320
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
321
321
Output array to populate.
322
322
Array have the correct shape and the expected data type.
323
323
order : {"C", "F", "A", "K"}, optional
324
324
Memory layout of the newly output array, if parameter `out` is ``None``.
325
- Default: "K".
325
+ Default: `` "K"`` .
326
326
327
327
Returns
328
328
-------
@@ -386,12 +386,12 @@ def any(x, /, axis=None, out=None, keepdims=False, *, where=True):
386
386
First input array, expected to have numeric data type.
387
387
x2 : {dpnp.ndarray, usm_ndarray}
388
388
Second input array, also expected to have numeric data type.
389
- out : {None, dpnp.ndarray}, optional
389
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
390
390
Output array to populate.
391
391
Array must have the correct shape and the expected data type.
392
392
order : {"C", "F", "A", "K"}, optional
393
393
Memory layout of the newly output array, if parameter `out` is ``None``.
394
- Default: "K".
394
+ Default: `` "K"`` .
395
395
396
396
Returns
397
397
-------
@@ -449,12 +449,12 @@ def any(x, /, axis=None, out=None, keepdims=False, *, where=True):
449
449
First input array, expected to have numeric data type.
450
450
x2 : {dpnp.ndarray, usm_ndarray}
451
451
Second input array, also expected to have numeric data type.
452
- out : {None, dpnp.ndarray}, optional
452
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
453
453
Output array to populate.
454
454
Array must have the correct shape and the expected data type.
455
455
order : {"C", "F", "A", "K"}, optional
456
456
Memory layout of the newly output array, if parameter `out` is ``None``.
457
- Default: "K".
457
+ Default: `` "K"`` .
458
458
459
459
Returns
460
460
-------
@@ -553,12 +553,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
553
553
----------
554
554
x : {dpnp.ndarray, usm_ndarray}
555
555
Input array, expected to have numeric data type.
556
- out : {None, dpnp.ndarray}, optional
556
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
557
557
Output array to populate.
558
558
Array must have the correct shape and the expected data type.
559
559
order : {"C", "F", "A", "K"}, optional
560
560
Memory layout of the newly output array, if parameter `out` is ``None``.
561
- Default: "K".
561
+ Default: `` "K"`` .
562
562
563
563
Returns
564
564
-------
@@ -612,12 +612,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
612
612
----------
613
613
x : {dpnp.ndarray, usm_ndarray}
614
614
Input array, expected to have numeric data type.
615
- out : {None, dpnp.ndarray}, optional
615
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
616
616
Output array to populate.
617
617
Array must have the correct shape and the expected data type.
618
618
order : {"C", "F", "A", "K"}, optional
619
619
Memory layout of the newly output array, if parameter `out` is ``None``.
620
- Default: "K".
620
+ Default: `` "K"`` .
621
621
622
622
Returns
623
623
-------
@@ -665,12 +665,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
665
665
----------
666
666
x : {dpnp.ndarray, usm_ndarray}
667
667
Input array, expected to have numeric data type.
668
- out : {None, dpnp.ndarray}, optional
668
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
669
669
Output array to populate.
670
670
Array must have the correct shape and the expected data type.
671
671
order : {"C", "F", "A", "K"}, optional
672
672
Memory layout of the newly output array, if parameter `out` is ``None``.
673
- Default: "K".
673
+ Default: `` "K"`` .
674
674
675
675
Returns
676
676
-------
@@ -722,12 +722,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
722
722
First input array, expected to have numeric data type.
723
723
x2 : {dpnp.ndarray, usm_ndarray}
724
724
Second input array, also expected to have numeric data type.
725
- out : {None, dpnp.ndarray}, optional
725
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
726
726
Output array to populate.
727
727
Array must have the correct shape and the expected data type.
728
728
order : {"C", "F", "A", "K"}, optional
729
729
Memory layout of the newly output array, if parameter `out` is ``None``.
730
- Default: "K".
730
+ Default: `` "K"`` .
731
731
732
732
Returns
733
733
-------
@@ -739,6 +739,7 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
739
739
-----------
740
740
Parameters `where` and `subok` are supported with their default values.
741
741
Otherwise ``NotImplementedError`` exception will be raised.
742
+
742
743
See Also
743
744
--------
744
745
:obj:`dpnp.greater` : Return the truth value of (x1 > x2) element-wise.
@@ -784,12 +785,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
784
785
First input array, expected to have numeric data type.
785
786
x2 : {dpnp.ndarray, usm_ndarray}
786
787
Second input array, also expected to have numeric data type.
787
- out : {None, dpnp.ndarray}, optional
788
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
788
789
Output array to populate.
789
790
Array must have the correct shape and the expected data type.
790
791
order : {"C", "F", "A", "K"}, optional
791
792
Memory layout of the newly output array, if parameter `out` is ``None``.
792
- Default: "K".
793
+ Default: `` "K"`` .
793
794
794
795
Returns
795
796
-------
@@ -847,12 +848,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
847
848
First input array.
848
849
x2 : {dpnp.ndarray, usm_ndarray}
849
850
Second input array.
850
- out : {None, dpnp.ndarray}, optional
851
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
851
852
Output array to populate.
852
853
Array must have the correct shape and the expected data type.
853
854
order : {"C", "F", "A", "K"}, optional
854
855
Memory layout of the newly output array, if parameter `out` is ``None``.
855
- Default: "K".
856
+ Default: `` "K"`` .
856
857
857
858
Returns
858
859
-------
@@ -909,12 +910,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
909
910
----------
910
911
x : {dpnp.ndarray, usm_ndarray}
911
912
Input array.
912
- out : {None, dpnp.ndarray}, optional
913
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
913
914
Output array to populate.
914
915
Array must have the correct shape and the expected data type.
915
916
order : {"C", "F", "A", "K"}, optional
916
917
Memory layout of the newly output array, if parameter `out` is ``None``.
917
- Default: "K".
918
+ Default: `` "K"`` .
918
919
919
920
Returns
920
921
-------
@@ -964,12 +965,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
964
965
First input array.
965
966
x2 : {dpnp.ndarray, usm_ndarray}
966
967
Second input array.
967
- out : {None, dpnp.ndarray}, optional
968
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
968
969
Output array to populate.
969
970
Array must have the correct shape and the expected data type.
970
971
order : {"C", "F", "A", "K"}, optional
971
972
Memory layout of the newly output array, if parameter `out` is ``None``.
972
- Default: "K".
973
+ Default: `` "K"`` .
973
974
974
975
Returns
975
976
-------
@@ -1029,12 +1030,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
1029
1030
First input array.
1030
1031
x2 : {dpnp.ndarray, usm_ndarray}
1031
1032
Second input array.
1032
- out : {None, dpnp.ndarray}, optional
1033
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
1033
1034
Output array to populate.
1034
1035
Array must have the correct shape and the expected data type.
1035
1036
order : {"C", "F", "A", "K"}, optional
1036
1037
Memory layout of the newly output array, if parameter `out` is ``None``.
1037
- Default: "K".
1038
+ Default: `` "K"`` .
1038
1039
1039
1040
Returns
1040
1041
-------
@@ -1092,12 +1093,12 @@ def isclose(x1, x2, rtol=1e-05, atol=1e-08, equal_nan=False):
1092
1093
First input array, expected to have numeric data type.
1093
1094
x2 : {dpnp.ndarray, usm_ndarray}
1094
1095
Second input array, also expected to have numeric data type.
1095
- out : {None, dpnp.ndarray}, optional
1096
+ out : {None, dpnp.ndarray, usm_ndarray }, optional
1096
1097
Output array to populate.
1097
1098
Array must have the correct shape and the expected data type.
1098
1099
order : {"C", "F", "A", "K"}, optional
1099
1100
Memory layout of the newly output array, if parameter `out` is ``None``.
1100
- Default: "K".
1101
+ Default: `` "K"`` .
1101
1102
1102
1103
Returns
1103
1104
-------
0 commit comments