mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
22 lines
422 B
Markdown
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)
|
|
|
|
|