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 89369b8 commit a9d33f7Copy full SHA for a9d33f7
docs/dev_guides/api_contributing_guides/new_python_api_cn.md
@@ -40,7 +40,7 @@
40
| manipulation.py | 非算术运算类的数组元素操作,比如拼接 `concat`,堆叠`stack`,转置`transpose` 等 |
41
| math.py | 逐元素算术运算,比如加减乘除,三角函数等;规约类算术运算,比如 `sum`;扫描类算术运算,比如 `cumsum` |
42
| random.py | 随机数发生类函数,比如 `randn`, `uniform`,注意和 creation 中的区别 |
43
-| search.py | 搜索,排序,比如 `argsoft`, `argmin` |
+| search.py | 搜索,排序,比如 `argsort`, `argmin` |
44
| stat.py | 统计类,比如 `mean`, `var`, `std` |
45
| to_string.py | Tensor 的打印相关功能 |
46
0 commit comments