mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
51 lines
1.0 KiB
ReStructuredText
51 lines
1.0 KiB
ReStructuredText
Getting Started
|
|
===============
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
README.md
|
|
howto/INSTALLING.md
|
|
benchmarks.md
|
|
howto/COMPILING_AND_EXECUTING.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Tutorial
|
|
|
|
tutorial/COMPILING_TORCH_MODEL.md
|
|
tutorial/TABLE_LOOKUP.md
|
|
tutorial/WORKING_WITH_FLOATING_POINTS.md
|
|
tutorial/NUMPY_SUPPORT.md
|
|
tutorial/INDEXING.md
|
|
tutorial/MACHINE_LEARNING_TOOLS.md
|
|
tutorial/COMPILATION_ARTIFACTS.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: How to
|
|
|
|
howto/PRINTING_AND_DRAWING.md
|
|
howto/USE_QUANTIZATION.md
|
|
howto/REDUCE_NEEDED_PRECISION.md
|
|
howto/DEBUG_SUPPORT_SUBMIT_ISSUES.md
|
|
howto/FAQ.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Advanced Examples
|
|
|
|
advanced_examples/QuantizedLinearRegression.ipynb
|
|
advanced_examples/QuantizedLogisticRegression.ipynb
|
|
advanced_examples/QuantizedGeneralizedLinearModel.ipynb
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Explanation
|
|
|
|
explanation/WHAT_IS_FHE.md
|
|
explanation/FHE_AND_FRAMEWORK_LIMITS.md
|
|
explanation/QUANTIZATION.md
|
|
explanation/FUTURE_FEATURES.md
|