Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom cpp op doc #4897

Merged
merged 5 commits into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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