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.
1 parent 6f32d63 commit 372283aCopy full SHA for 372283a
array_api_compat/paddle/_aliases.py
@@ -78,7 +78,7 @@
78
def _two_arg(f):
79
@_wraps(f)
80
def _f(x1, x2, /, **kwargs):
81
- # x1, x2 = _fix_promotion(x1, x2)
+ x1, x2 = _fix_promotion(x1, x2)
82
return f(x1, x2, **kwargs)
83
84
if _f.__doc__ is None:
0 commit comments