未验证 提交 38dfa334 编写于 作者: W wawltor 提交者: GitHub

Fix the abs operator doc bug, test=develop (#1733)

Fix the abs doc bug, change the Tenosr to Tensor
上级 9aed3508
...@@ -11,7 +11,7 @@ abs ...@@ -11,7 +11,7 @@ abs
out = |x| out = |x|
参数: 参数:
- **x** (Variable)- 多维Tenosr,数据类型为float32或float64。 - **x** (Variable)- 多维Tensor,数据类型为float32或float64。
- **name** (str) – 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name` ,默认值为None。 - **name** (str) – 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name` ,默认值为None。
返回:表示绝对值结果的Tensor,数据类型与x相同。 返回:表示绝对值结果的Tensor,数据类型与x相同。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册