index.rst 2.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.. Paddle-Lite documentation master file, created by
   sphinx-quickstart on Thu Feb  6 14:11:30 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Paddle-Lite's documentation!
=======================================

.. toctree::
  :maxdepth: 1
  :caption: 简介
  :name: sec-introduction

  introduction/tech_highlights
  introduction/architecture
X
xiaogang 已提交
16
  introduction/support_hardware
17
  introduction/support_operation_list
18 19 20

.. toctree::
  :maxdepth: 1
21
  :caption: Benchmark
22 23 24 25 26 27 28
  :name: sec-benchmark
  
  benchmark/benchmark
  benchmark/benchmark_tools

.. toctree::
  :maxdepth: 1
29
  :caption: 使用方法
30 31
  :name: sec-user-guides

32
  user_guides/tutorial
33 34 35
  user_guides/release_lib
  user_guides/source_compile
  user_guides/x2paddle
36
  user_guides/model_optimize_tool
37 38 39 40
  user_guides/post_quant_with_data
  user_guides/post_quant_no_data
  user_guides/model_quantization
  user_guides/debug
41
  user_guides/library_tailoring
42

43 44
.. toctree::
  :maxdepth: 1
45 46 47 48 49
  :caption: 部署示例
  :name: sec-demo_guides

  demo_guides/cpp_demo
  demo_guides/java_demo
50
  demo_guides/python_demo
51 52
  demo_guides/android_app_demo
  demo_guides/ios_app_demo
Z
zhupengyang 已提交
53
  demo_guides/linux_arm_demo
54 55 56 57 58
  demo_guides/x86
  demo_guides/cuda
  demo_guides/opencl
  demo_guides/fpga
  demo_guides/npu
59
  demo_guides/baidu_xpu
60 61
  demo_guides/rockchip_npu
  demo_guides/mediatek_apu
M
mapingshuo 已提交
62 63 64 65 66 67 68 69

.. toctree::
  :maxdepth: 1
  :caption: 训练示例(预览)
  :name: sec-train_demo_guides

  demo_guides/cpp_train_demo

70 71
.. toctree::
  :maxdepth: 1
72 73 74 75 76 77 78 79 80 81
  :caption: API文档

  api_reference/cxx_api_doc
  api_reference/java_api_doc
  api_reference/python_api_doc
  api_reference/cv

.. toctree::
  :maxdepth: 1
  :caption: 开发者贡献
82

83 84
  develop_guides/for-developer
  develop_guides/architecture-intro
85 86 87
  develop_guides/add_operation
  develop_guides/add_layout
  develop_guides/add_new_pass
88

89 90
.. toctree::
  :maxdepth: 1
91 92
  :caption: Roadmap
  :name: sec-roadmap
93

94
  introduction/roadmap
95

96 97 98 99
.. toctree::
  :maxdepth: 1
  :caption: FAQ

100 101
  introduction/faq

102 103 104 105 106
.. toctree::
  :maxdepth: 1
  :caption: paddle-mobile