We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 234abd4 + 0f14623 commit 812ea72Copy full SHA for 812ea72
dpctl/tensor/_elementwise_funcs.py
@@ -215,7 +215,7 @@
215
Default: "K".
216
Returns:
217
usm_narray:
218
- an array containing the element-wise exponential of x.
+ an array containing the element-wise exponential.
219
The data type of the returned array is determined by
220
the Type Promotion Rules.
221
"""
@@ -308,7 +308,7 @@
308
309
310
311
- An array which is True where x is NaN, False otherwise.
+ An array which is True where `x` is NaN, False otherwise.
312
The data type of the returned array is boolean.
313
314
0 commit comments