index.rst 2.0 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/roadmap
18 19 20 21 22 23 24 25 26 27 28 29 30 31

.. toctree::
  :maxdepth: 1
  :caption: Benchmark数据和方法
  :name: sec-benchmark
  
  benchmark/benchmark
  benchmark/benchmark_tools

.. toctree::
  :maxdepth: 1
  :caption: 安装
  :name: sec-install

H
huzhiqiang 已提交
32
  installation/release_lib
33 34 35 36 37 38 39
  installation/source_compile

.. toctree::
  :maxdepth: 1
  :caption: 使用指南
  :name: sec-user-guides

40
  user_guides/tutorial
41
  user_guides/model_optimize_tool
42 43
  user_guides/cpp_demo
  user_guides/java_demo
H
huzhiqiang 已提交
44 45
  user_guides/android_app_demo
  user_guides/ios_app_demo
46
  user_guides/library_tailoring
47

48 49 50 51
.. toctree::
  :maxdepth: 1
  :caption: 进阶使用指南

52 53
  advanced_user_guides/x2paddle
  advanced_user_guides/x2paddle_models_doc
54 55
  advanced_user_guides/post_quant_with_data
  advanced_user_guides/post_quant_no_data
56
  advanced_user_guides/model_quantization
57 58
  advanced_user_guides/support_operation_list
  advanced_user_guides/add_operation
59
  advanced_user_guides/add_layout
60
  advanced_user_guides/add_new_pass
61 62
  advanced_user_guides/test_tools
  advanced_user_guides/debug_tools
63
  advanced_user_guides/npu
64 65 66
  advanced_user_guides/opencl
  advanced_user_guides/fpga
  advanced_user_guides/cuda
67
  advanced_user_guides/x86
X
xiaogang 已提交
68
  advanced_user_guides/cv
69
  
70 71 72 73
.. toctree::
  :maxdepth: 1
  :caption: 开发者文档

74 75 76
  develop_guides/for-developer
  develop_guides/architecture-intro

77 78 79 80
.. toctree::
  :maxdepth: 1
  :caption: API文档

81
  api_reference/cxx_api_doc
82 83
  api_reference/java_api_doc
  api_reference/python_api_doc
84

85 86 87 88
.. toctree::
  :maxdepth: 1
  :caption: FAQ

89 90
  introduction/faq

91 92 93 94 95
.. toctree::
  :maxdepth: 1
  :caption: paddle-mobile