未验证 提交 a015f815 编写于 作者: F FlyingQianMM 提交者: GitHub

[Zero-Dim] support input 0D Tensor for fmax/fmin/complex api (#49730)

* [Zero-Dim] support input 0D Tensor for maximum,minimum,allclose,sigmoid_focal_loss

* [Zero-Dim] add backward test for sigmoid_focal_loss with 0-D input Tensor

* [Zero-Dim] support input 0D Tensor for fmax,fmin,complex
上级 81ec63a4
......@@ -285,6 +285,9 @@ binary_api_list = [
paddle.logical_xor,
paddle.maximum,
paddle.minimum,
paddle.fmax,
paddle.fmin,
paddle.complex,
]
binary_int_api_list = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册