未验证 提交 5471d162 编写于 作者: R ronnywang 提交者: GitHub

fix where api doc (#39980)

上级 a0cb3203
......@@ -542,7 +542,7 @@ def where(condition, x=None, y=None, name=None):
Args:
condition(Tensor): The condition to choose x or y.
condition(Tensor): The condition to choose x or y. When True(nonzero), yield x, otherwise yield y.
x(Tensor or Scalar, optional): x is a Tensor or Scalar with data type float32, float64, int32, int64. Either both or neither of x and y should be given.
y(Tensor or Scalar, optional): y is a Tensor or Scalar with data type float32, float64, int32, int64. Either both or neither of x and y should be given.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册