index_cn.rst 420 字节
Newer Older
C
chenlong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#############
新增OP
#############

本部分将指导您如何新增Operator,也包括一些必要的注意事项

- `如何写新的C++ op <./new_op.html>`_

- `C++ op相关注意事项 <./op_notes.html>`_

- `如何写新的Python op <./new_python_op.html>`_

- `如何在框架外部自定义C++ op <./custom_op.html>`_

.. toctree::
   :hidden:

   new_op.md
   op_notes.md
   new_python_op.md
   custom_op.md