index.rst 1.3 KB
Newer Older
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
.. 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

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

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

  installation/source_compile

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

37 38
  user_guides/model_optimize_tool
  user_guides/library_tailoring
39 40
  user_guides/cuda

41 42 43 44
.. toctree::
  :maxdepth: 1
  :caption: 进阶使用指南

45 46 47
  advanced_user_guides/support_operation_list
  advanced_user_guides/add_operation
  advanced_user_guides/model_quantization
48 49
  advanced_user_guides/add_new_pass
  advanced_user_guides/x86
50
  
51 52 53 54 55 56 57 58
.. toctree::
  :maxdepth: 1
  :caption: 开发者文档

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

59 60
  api_reference/cxx_api_doc

61 62 63 64 65 66 67 68 69
.. toctree::
  :maxdepth: 1
  :caption: FAQ

.. toctree::
  :maxdepth: 1
  :caption: paddle-mobile