Skip to content

Commit 9ba888f

Browse files
authored
Update custom cpp op doc (#4897) (#4900)
* update custom cpp op doc * revert shape change * fix typo * fix number error * replace with paddle api
1 parent 6333fab commit 9ba888f

File tree

4 files changed

+319
-166
lines changed

4 files changed

+319
-166
lines changed

docs/guides/new_op/index_cn.rst renamed to docs/guides/custom_op/index_cn.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
1. C++算子:编写方法较为简洁,不涉及框架内部概念,无需重新编译飞桨框架,以外接模块的方式使用的算子
88
2. Python算子:使用Python编写实现前向(forward)和反向(backward)方法,在模型组网中使用的自定义API
99

10-
- `自定义C++算子 <./new_custom_op_cn.html>`_
10+
- `自定义C++算子 <./new_cpp_op_cn.html>`_
1111

1212
- `自定义Python算子 <./new_python_op_cn.html>`_
1313

1414

1515
.. toctree::
1616
:hidden:
1717

18-
new_custom_op_cn.md
18+
new_cpp_op_cn.md
1919
new_python_op_cn.md
2020

0 commit comments

Comments
 (0)