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 dpnp/dpnp_algo/dpnp_elementwise_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ class DPNPBinaryFunc(BinaryElementwiseFunc):
Function to influence type promotion behavior for Python scalar types
of this binary function. The function takes 3 arguments:
o1_dtype - Data type or Python scalar type of the first argument
o2_dtype - Data type or Python scalar type of of the second argument
o2_dtype - Data type or Python scalar type of the second argument
sycl_dev - The :class:`dpctl.SyclDevice` where the function
evaluation is carried out.
One of `o1_dtype` and `o2_dtype` must be a ``dtype`` instance.
Expand Down
Loading