mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(docs): fix docs following the renaming
This commit is contained in:
@@ -1,50 +1,50 @@
|
||||
Conversion
|
||||
==========
|
||||
|
||||
HLFHETensorOpsToLinalg:
|
||||
FHETensorOpsToLinalg:
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/HLFHETensorOpsToLinalg/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/FHETensorOpsToLinalg/Pass.h
|
||||
|
||||
HLFHEToMidLFHE:
|
||||
FHEToTFHE:
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/HLFHEToMidLFHE/Patterns.h
|
||||
.. doxygenfile:: concretelang/Conversion/FHEToTFHE/Patterns.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/HLFHEToMidLFHE/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/FHEToTFHE/Pass.h
|
||||
|
||||
MidLFHEGlobalParametrization:
|
||||
TFHEGlobalParametrization:
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/MidLFHEGlobalParametrization/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/TFHEGlobalParametrization/Pass.h
|
||||
|
||||
|
||||
MidLFHEToLowLFHE:
|
||||
TFHEToConcreteFHE:
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/MidLFHEToLowLFHE/Patterns.h
|
||||
.. doxygenfile:: concretelang/Conversion/TFHEToConcrete/Patterns.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/MidLFHEToLowLFHE/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/TFHEToConcrete/Pass.h
|
||||
|
||||
LowLFHEToStd:
|
||||
ConcreteToStd:
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/LowLFHEToConcreteCAPI/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/ConcreteToConcreteCAPI/Pass.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/LowLFHEUnparametrize/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/ConcreteUnparametrize/Pass.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h
|
||||
.. doxygenfile:: concretelang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h
|
||||
|
||||
Utils:
|
||||
^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/Utils/TensorOpTypeConversion.h
|
||||
.. doxygenfile:: concretelang/Conversion/Utils/TensorOpTypeConversion.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/Utils/LinalgGenericTypeConverterPattern.h
|
||||
.. doxygenfile:: concretelang/Conversion/Utils/RegionOpTypeConverterPattern.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/Utils/GenericOpTypeConversionPattern.h
|
||||
.. doxygenfile:: concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h
|
||||
|
||||
.. doxygenfile:: zamalang/Conversion/Utils/GlobalFHEContext.h
|
||||
.. doxygenfile:: concretelang/Conversion/Utils/GlobalFHEContext.h
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Context:
|
||||
========
|
||||
|
||||
.. doxygenfile:: zamalang/Runtime/context.h
|
||||
.. doxygenfile:: concretelang/Runtime/context.h
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
DataflowRuntime:
|
||||
================
|
||||
.. doxygenfile:: zamalang/Runtime/DFRuntime.hpp
|
||||
.. doxygenfile:: concretelang/Runtime/DFRuntime.hpp
|
||||
|
||||
Debug interface:
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
.. doxygenfile:: zamalang/Runtime/dfr_debug_interface.h
|
||||
.. doxygenfile:: concretelang/Runtime/dfr_debug_interface.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Distributed generic task server:
|
||||
================================
|
||||
|
||||
.. doxygenfile:: zamalang/Runtime/distributed_generic_task_server.hpp
|
||||
.. doxygenfile:: concretelang/Runtime/distributed_generic_task_server.hpp
|
||||
@@ -1,4 +1,4 @@
|
||||
Key Manager:
|
||||
============
|
||||
|
||||
.. doxygenfile:: zamalang/Runtime/key_manager.hpp
|
||||
.. doxygenfile:: concretelang/Runtime/key_manager.hpp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Runtime API:
|
||||
============
|
||||
|
||||
.. doxygenfile:: zamalang/Runtime/runtime_api.h
|
||||
.. doxygenfile:: concretelang/Runtime/runtime_api.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Wrappers:
|
||||
=========
|
||||
|
||||
.. doxygenfile:: zamalang/Runtime/wrappers.h
|
||||
.. doxygenfile:: concretelang/Runtime/wrappers.h
|
||||
@@ -1,4 +1,4 @@
|
||||
CompilerEngine:
|
||||
===============
|
||||
|
||||
.. doxygenfile:: zamalang/Support/CompilerEngine.h
|
||||
.. doxygenfile:: concretelang/Support/CompilerEngine.h
|
||||
Reference in New Issue
Block a user