index.rst 1.1 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 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
.. Paddle-Inference 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-Inference's documentation!
=======================================

.. toctree::
  :maxdepth: 1
  :caption: 开始使用
  :name: sec-introduction

  introduction/summary
  introduction/quick_start

.. toctree::
  :maxdepth: 1
  :caption: 使用方法
  :name: sec-user-guides
  
  user_guides/tutorial
  user_guides/source_compile
  user_guides/inference_python_api
  user_guides/cxx_api

.. toctree::
  :maxdepth: 1
  :caption: 性能调优
  :name: sec-optimize
  
  optimize/paddle_trt

.. toctree::
  :maxdepth: 1
  :caption: 工具 
  :name: sec-tools
  
  tools/visual
  tools/x2paddle
  
.. toctree::
  :maxdepth: 1
  :caption: Benchmark
  :name: sec-benchmark
  
  benchmark/benchmark
  
.. toctree::
  :maxdepth: 2
  :caption: API文档

  api/library_root

.. toctree::
  :maxdepth: 1
  :caption: FAQ

  introduction/faq