Skip to content

Commit

Permalink
add preformance improving (PaddlePaddle#3600)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCChenlong authored Jun 15, 2021
1 parent 4de3ba2 commit 7521f9d
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- `预测部署 <./05_inference_deployment/index_cn.html>`_ : 介绍如何使用训练好的模型进行预测。
- `分布式训练 <./06_distributed_training/index_cn.html>`_ : 介绍如何使用分布式进行训练。
- `自定义算子 <./07_new_op/index_cn.html>`_ : 介绍飞桨框架自定义算子的方法。
- `性能调优 <./performance_improving/index_cn.html>`_ : 介绍飞桨框架性能调优的方法。
- `算子映射 <./08_api_mapping/index_cn.html>`_ : 介绍飞桨框架API算子的映射信息。
- `硬件支持 <./09_hardware_support/index_cn.html>`_ : 介绍飞桨框架硬件支持相关信息。
- `参与开发 <./10_contribution/index_cn.html>`_ : 介绍如何参与飞桨框架的开发。
Expand All @@ -29,6 +30,7 @@
05_inference_deployment/index_cn.rst
06_distributed_training/index_cn.rst
07_new_op/index_cn.rst
performance_improving/index_cn.rst
08_api_mapping/index_cn.rst
09_hardware_support/index_cn.rst
10_contribution/index_cn.rst
2 changes: 2 additions & 0 deletions docs/guides/index_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Let's start with studying basic concept of PaddlePaddle:
- `Inference and Deployment <./05_inference_deployment/index_en.html>`_ : Introduce the method of using the trained model to inference.
- `Distributed Training <./06_distributed_training/index_en.html>`_ : Introduce how the PaddlePaddle uses distributed training
- `Customize OP <./07_new_op/index_en.html>`_ : Introduce how to customize OP for PaddlePaddle.
- `Performance Improving <./performance_improving/index_en.html>`_ : Introduce how to improve performance of PaddlePaddle.
- `Contribution <./10_contribution/index_en.html>`_: Introduce how to contribute for PaddlePaddle.

.. toctree::
Expand All @@ -26,4 +27,5 @@ Let's start with studying basic concept of PaddlePaddle:
05_inference_deployment/index_en.rst
06_distributed_training/index_en.rst
07_new_op/index_en.rst
performance_improving/index_en.rst
10_contribution/index_en.rst
7 changes: 7 additions & 0 deletions docs/guides/performance_improving/index_cn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
########
性能调优
########

.. toctree::
:maxdepth: 1

7 changes: 7 additions & 0 deletions docs/guides/performance_improving/index_en.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
###############
Practice Improving
###############

.. toctree::
:maxdepth: 1

0 comments on commit 7521f9d

Please sign in to comment.