index.rst 2.95 KB
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
欢迎来到 MMDeploy 的中文文档!
====================================

点击页面左下角切换中英文。

.. toctree::
   :maxdepth: 2
   :caption: 快速上手

   get_started.md

.. toctree::
   :maxdepth: 1
   :caption: 编译

   01-how-to-build/build_from_source.md
   01-how-to-build/build_from_docker.md
   01-how-to-build/build_from_script.md
   01-how-to-build/cmake_option.md

.. toctree::
   :maxdepth: 1
   :caption: 运行和测试

   02-how-to-run/convert_model.md
   02-how-to-run/write_config.md
   02-how-to-run/profile_model.md
   02-how-to-run/quantize_model.md
   02-how-to-run/useful_tools.md

.. toctree::
   :maxdepth: 1
   :caption: SDK 使用

   sdk_usage/index.rst

.. toctree::
   :maxdepth: 1
   :caption: Benchmark

   03-benchmark/supported_models.md
   03-benchmark/benchmark.md
   03-benchmark/benchmark_edge.md
   03-benchmark/benchmark_tvm.md
   03-benchmark/quantization.md

.. toctree::
   :maxdepth: 1
   :caption: 支持的算法框架

   04-supported-codebases/mmpretrain.md
   04-supported-codebases/mmdet.md
   04-supported-codebases/mmdet3d.md
   04-supported-codebases/mmagic.md
   04-supported-codebases/mmocr.md
   04-supported-codebases/mmpose.md
   04-supported-codebases/mmrotate.md
   04-supported-codebases/mmseg.md
   04-supported-codebases/mmaction2.md

.. toctree::
   :maxdepth: 1
   :caption: 支持的推理后端

   05-supported-backends/ncnn.md
   05-supported-backends/onnxruntime.md
   05-supported-backends/openvino.md
   05-supported-backends/pplnn.md
   05-supported-backends/rknn.md
   05-supported-backends/snpe.md
   05-supported-backends/tensorrt.md
   05-supported-backends/torchscript.md
   05-supported-backends/tvm.md
   05-supported-backends/coreml.md

.. toctree::
   :maxdepth: 1
   :caption: 自定义算子

   06-custom-ops/ncnn.md
   06-custom-ops/onnxruntime.md
   06-custom-ops/tensorrt.md

.. toctree::
   :maxdepth: 1
   :caption: 开发者指南

   07-developer-guide/architecture.md
   07-developer-guide/support_new_model.md
   07-developer-guide/support_new_backend.md
   07-developer-guide/add_backend_ops_unittest.md
   07-developer-guide/test_rewritten_models.md
   07-developer-guide/partition_model.md
   07-developer-guide/regression_test.md

.. toctree::
   :maxdepth: 1
   :caption: 实验特性

   experimental/onnx_optimizer.md

.. toctree::
   :maxdepth: 1
   :caption: 新人解说

   tutorial/01_introduction_to_model_deployment.md
   tutorial/02_challenges.md
   tutorial/03_pytorch2onnx.md
   tutorial/04_onnx_custom_op.md
   tutorial/05_onnx_model_editing.md
   tutorial/06_introduction_to_tensorrt.md
   tutorial/07_write_a_plugin.md

.. toctree::
   :maxdepth: 1
   :caption: 附录

   appendix/cross_build_snpe_service.md

.. toctree::
   :maxdepth: 1
   :caption: 常见问题

   faq.md

.. toctree::
   :caption: 语言切换

   switch_language.md

.. toctree::
   :maxdepth: 1
   :caption: API 文档

   api.rst

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`