mkdocs.yml 646 字节
Newer Older
1 2 3 4 5 6 7 8 9
site_name: PaddleSlim Docs
nav:
- Home: index.md
- 教程:
  - 离线量化: tutorials/quant_post_demo.md
  - 量化训练: tutorials/quant_aware_demo.md
  - Embedding量化: tutorials/quant_embedding_demo.md
  - SA搜索: tutorials/nas_demo.md
- API:
Q
qingqing01 已提交
10
  - 量化: api/quantization_api.md
11 12
  - 剪枝:  api/prune_api.md
  - 敏感度分析: api/analysis_api.md
Q
qingqing01 已提交
13
  - 蒸馏: api/single_distiller_api.md
14
  - SA搜索: api/nas_api.md
Q
qingqing01 已提交
15
  - 搜索空间: api/search_space.md
16 17 18 19 20 21 22 23 24 25

theme: readthedocs

markdown_extensions:
  - pymdownx.arithmatex
  - admonition
  - codehilite
extra_javascript:
  - mathjax-config.js
  - MathJax.js?config=TeX-AMS-MML_HTMLorMML