File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 528528
529529Args:
530530 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.
532532 out (Union[usm_ndarray, None], optional):
533533 Output array to populate.
534534 Array must have the correct shape and the expected data type.
767767
768768Args:
769769 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.
771771 out (Union[usm_ndarray, None], optional):
772772 Output array to populate.
773773 Array must have the correct shape and the expected data type.
20172017
20182018Args:
20192019 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.
20212021 out (Union[usm_ndarray, None], optional):
20222022 Output array to populate.
20232023 Array must have the correct shape and the expected data type.
You can’t perform that action at this time.
0 commit comments