Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dpctl/tensor/_elementwise_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@

Args:
x (usm_ndarray):
Input array, expected to have a numeric data type.
Input array. May have any data type.
out (Union[usm_ndarray, None], optional):
Output array to populate.
Array must have the correct shape and the expected data type.
Expand Down
Loading