mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(docs): fix docs following the renaming
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user