index.rst 2.4 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
  introduction/support_model_list
19

Q
Qi Li 已提交
20 21 22 23 24 25 26 27
.. toctree::
  :maxdepth: 1
  :caption: Benchmark
  :name: sec-benchmark
  
  benchmark/benchmark
  benchmark/benchmark_tools

28 29 30 31 32 33 34 35 36 37 38 39 40
.. toctree::
  :maxdepth: 1
  :caption: 快速开始
  :name: sec-quick-start

  quick_start/tutorial
  quick_start/release_lib
  quick_start/cpp_demo
  quick_start/java_demo
  quick_start/python_demo

.. toctree::
  :maxdepth: 1
Q
Qi Li 已提交
41
  :caption: 使用工具
42 43
  :name: sec-user-guides

44
  user_guides/x2paddle
45
  user_guides/model_optimize_tool
46 47 48
  user_guides/post_quant_with_data
  user_guides/post_quant_no_data
  user_guides/model_quantization
49
  user_guides/model_visualization
50
  user_guides/debug
51

52 53
.. toctree::
  :maxdepth: 1
54 55 56 57 58
  :caption: 部署示例
  :name: sec-demo_guides

  demo_guides/android_app_demo
  demo_guides/ios_app_demo
Z
zhupengyang 已提交
59
  demo_guides/linux_arm_demo
60 61 62
  demo_guides/x86
  demo_guides/opencl
  demo_guides/fpga
63
  demo_guides/huawei_kirin_npu
64
  demo_guides/baidu_xpu
65 66
  demo_guides/rockchip_npu
  demo_guides/mediatek_apu
M
mapingshuo 已提交
67

Q
Qi Li 已提交
68 69 70 71 72 73 74 75 76 77 78 79
.. toctree::
  :maxdepth: 1
  :caption: 源码编译
  :name: sec-source-compile

  source_compile/compile_env
  source_compile/compile_andriod
  source_compile/compile_ios
  source_compile/compile_linux
  source_compile/compile_options
  source_compile/library_tailoring

M
mapingshuo 已提交
80 81 82 83 84 85 86
.. toctree::
  :maxdepth: 1
  :caption: 训练示例(预览)
  :name: sec-train_demo_guides

  demo_guides/cpp_train_demo

87 88
.. toctree::
  :maxdepth: 1
89 90 91 92 93 94 95 96 97 98
  :caption: API文档

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

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

100 101
  develop_guides/for-developer
  develop_guides/architecture-intro
102 103 104
  develop_guides/add_operation
  develop_guides/add_layout
  develop_guides/add_new_pass
105

106 107
.. toctree::
  :maxdepth: 1
108 109
  :caption: Roadmap
  :name: sec-roadmap
110

111
  introduction/roadmap
112

113 114 115 116
.. toctree::
  :maxdepth: 1
  :caption: FAQ

117 118
  introduction/faq

119