Skip to content

Commit

Permalink
Update custom cpp op doc (#4897) (#4900)
Browse files Browse the repository at this point in the history
* update custom cpp op doc

* revert shape change

* fix typo

* fix  number error

* replace with paddle api
  • Loading branch information
chenwhql authored Jun 2, 2022
1 parent 6333fab commit 9ba888f
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
1. C++算子:编写方法较为简洁,不涉及框架内部概念,无需重新编译飞桨框架,以外接模块的方式使用的算子
2. Python算子:使用Python编写实现前向(forward)和反向(backward)方法,在模型组网中使用的自定义API

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

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


.. toctree::
:hidden:

new_custom_op_cn.md
new_cpp_op_cn.md
new_python_op_cn.md

Loading

0 comments on commit 9ba888f

Please sign in to comment.