Files
concrete/docs/dialects/fhe.md
2021-12-27 09:55:57 +01:00

22 lines
428 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/HLFHETypes.md)
## FHE Operations
[Operations](../links_to_compiler_build/md/HLFHEOps.md)
## Linalg FHE Operations
[Operations](../links_to_compiler_build/md/HLFHELinalgOps.md)