@@ -90,7 +90,7 @@ def bitwise_and(
90
90
Parameters `x1` and `x2` are supported as either scalar, :class:`dpnp.ndarray`
91
91
or :class:`dpctl.tensor.usm_ndarray`, but both `x1` and `x2` can not be scalars at the same time.
92
92
Parameters `where`, `dtype` and `subok` are supported with their default values.
93
- Keyword arguments `kwargs` are currently unsupported.
93
+ Keyword argument `kwargs` is currently unsupported.
94
94
Otherwise the function will be executed sequentially on CPU.
95
95
Data type of input arrays `x1` and `x2` has to be an integer or boolean data type.
96
96
@@ -160,7 +160,7 @@ def bitwise_or(
160
160
Parameters `x1` and `x2` are supported as either scalar, :class:`dpnp.ndarray`
161
161
or :class:`dpctl.tensor.usm_ndarray`, but both `x1` and `x2` can not be scalars at the same time.
162
162
Parameters `where`, `dtype` and `subok` are supported with their default values.
163
- Keyword arguments `kwargs` are currently unsupported.
163
+ Keyword argument `kwargs` is currently unsupported.
164
164
Otherwise the function will be executed sequentially on CPU.
165
165
Data type of input arrays `x1` and `x2` has to be an integer or boolean data type.
166
166
@@ -225,7 +225,7 @@ def bitwise_xor(
225
225
Parameters `x1` and `x2` are supported as either scalar, :class:`dpnp.ndarray`
226
226
or :class:`dpctl.tensor.usm_ndarray`, but both `x1` and `x2` can not be scalars at the same time.
227
227
Parameters `where`, `dtype` and `subok` are supported with their default values.
228
- Keyword arguments `kwargs` are currently unsupported.
228
+ Keyword argument `kwargs` is currently unsupported.
229
229
Otherwise the function will be executed sequentially on CPU.
230
230
Data type of input arrays `x1` and `x2` has to be an integer or boolean data type.
231
231
@@ -286,7 +286,7 @@ def invert(
286
286
Parameter `x` is supported as either :class:`dpnp.ndarray`
287
287
or :class:`dpctl.tensor.usm_ndarray`.
288
288
Parameters `where`, `dtype` and `subok` are supported with their default values.
289
- Keyword arguments `kwargs` are currently unsupported.
289
+ Keyword argument `kwargs` is currently unsupported.
290
290
Otherwise the function will be executed sequentially on CPU.
291
291
Data type of input array `x` has to be an integer data type.
292
292
@@ -358,7 +358,7 @@ def left_shift(
358
358
Parameters `x1` and `x2` are supported as either scalar, :class:`dpnp.ndarray`
359
359
or :class:`dpctl.tensor.usm_ndarray`, but both `x1` and `x2` can not be scalars at the same time.
360
360
Parameters `where`, `dtype` and `subok` are supported with their default values.
361
- Keyword arguments `kwargs` are currently unsupported.
361
+ Keyword argument `kwargs` is currently unsupported.
362
362
Otherwise the function will be executed sequentially on CPU.
363
363
Input data is supported as integer only.
364
364
@@ -421,7 +421,7 @@ def right_shift(
421
421
Parameters `x1` and `x2` are supported as either scalar, :class:`dpnp.ndarray`
422
422
or :class:`dpctl.tensor.usm_ndarray`, but both `x1` and `x2` can not be scalars at the same time.
423
423
Parameters `where`, `dtype` and `subok` are supported with their default values.
424
- Keyword arguments `kwargs` are currently unsupported.
424
+ Keyword argument `kwargs` is currently unsupported.
425
425
Otherwise the function will be executed sequentially on CPU.
426
426
Input data is supported as integer only.
427
427
0 commit comments