fix(docs): fix docs following the renaming

This commit is contained in:
Mayeul@Zama
2022-01-03 16:02:45 +01:00
committed by mayeul-zama
parent c276e13d97
commit a4e8227692
15 changed files with 47 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
The concrete dialect maps to the [concrete library](https://github.com/zama-ai/concrete/).
[Types](../links_to_compiler_build/md/LowLFHETypes.md)
[Types](../links_to_compiler_build/md/ConcreteTypes.md)
[Operations](../links_to_compiler_build/md/LowLFHEOps.md)
[Operations](../links_to_compiler_build/md/ConcreteOps.md)

View File

@@ -8,14 +8,14 @@ It allows to represent encrypted integers with a precision in bits.
## FHE Type
Only the last type is used (others come directly from mlir).
[Types](../links_to_compiler_build/md/HLFHETypes.md)
[Types](../links_to_compiler_build/md/FHETypes.md)
## FHE Operations
[Operations](../links_to_compiler_build/md/HLFHEOps.md)
[Operations](../links_to_compiler_build/md/FHEOps.md)
## Linalg FHE Operations
[Operations](../links_to_compiler_build/md/HLFHELinalgOps.md)
[Operations](../links_to_compiler_build/md/FHELinalgOps.md)

View File

@@ -6,9 +6,9 @@ The TFHE dialect allows to represent integers wencrypted with [LWE](https://en.w
## TFHE Type
Only the last types are used (others come directly from mlir).
[Types](../links_to_compiler_build/md/MidLFHETypes.md)
[Types](../links_to_compiler_build/md/TFHETypes.md)
## TFHE Operations
[Operations](../links_to_compiler_build/md/MidLFHEOps.md)
[Operations](../links_to_compiler_build/md/TFHEOps.md)