File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 528
528
529
529
Args:
530
530
x (usm_ndarray):
531
- Input array, expected to have a real-valued data type.
531
+ Input array, expected to have a boolean or real-valued data type.
532
532
out (Union[usm_ndarray, None], optional):
533
533
Output array to populate.
534
534
Array must have the correct shape and the expected data type.
767
767
768
768
Args:
769
769
x (usm_ndarray):
770
- Input array, expected to have a real-valued data type.
770
+ Input array, expected to have a boolean or real-valued data type.
771
771
out (Union[usm_ndarray, None], optional):
772
772
Output array to populate.
773
773
Array must have the correct shape and the expected data type.
2017
2017
2018
2018
Args:
2019
2019
x (usm_ndarray):
2020
- Input array, expected to have a real-valued data type.
2020
+ Input array, expected to have a boolean or real-valued data type.
2021
2021
out (Union[usm_ndarray, None], optional):
2022
2022
Output array to populate.
2023
2023
Array must have the correct shape and the expected data type.
You can’t perform that action at this time.
0 commit comments