56 lines
1.1 KiB
ReStructuredText
56 lines
1.1 KiB
ReStructuredText
.. tensorflow-2.x-quantization documentation master file, created by
|
|
sphinx-quickstart on Tue Apr 12 14:52:54 2022.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
TensorFlow-2.x-Quantization-Toolkit
|
|
=======================================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Toolkit
|
|
|
|
docs/installation.md
|
|
docs/basics.md
|
|
docs/getting_started.ipynb
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Tutorials
|
|
|
|
notebooks/simple_network_quantize_full.ipynb
|
|
notebooks/simple_network_quantize_partial.ipynb
|
|
notebooks/simple_network_quantize_specific_class.ipynb
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Examples
|
|
|
|
docs/example_resnet50v1.ipynb
|
|
docs/model_zoo.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Advanced Features
|
|
|
|
docs/add_new_layer_support.md
|
|
docs/add_custom_qdq_cases.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: API Reference
|
|
|
|
globals.rst
|
|
qmodel.rst
|
|
qspec.rst
|
|
cqdq.rst
|
|
bqw.rst
|
|
utils.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Quantization Theory
|
|
|
|
docs/intro_to_quantization.md
|
|
docs/qat.md
|