未验证 提交 1ffbc36d 编写于 作者: I i-robot 提交者: Gitee

!48176 修改argmin接口入参默认值

Merge pull request !48176 from 李良灿/r2.0.0-alpha
...@@ -436,7 +436,7 @@ def exp2(x): ...@@ -436,7 +436,7 @@ def exp2(x):
return exp2_(tensor_2, x) return exp2_(tensor_2, x)
def argmin(x, axis=-1, keepdims=False): def argmin(x, axis=None, keepdims=False):
""" """
Returns the indices of the minimum value of a tensor across the axis. Returns the indices of the minimum value of a tensor across the axis.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册