Files
concrete/docs/dialects/fhe.md
2022-01-03 17:31:29 +01:00

22 lines
422 B
Markdown

# FHE Dialect
The FHE dialect maps is a very generic dialect.
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/FHETypes.md)
## FHE Operations
[Operations](../links_to_compiler_build/md/FHEOps.md)
## Linalg FHE Operations
[Operations](../links_to_compiler_build/md/FHELinalgOps.md)