Arthur Meyre 6fe809aece dev: add code to have the proper data type when getting an AF table
- update BaseDataType to store the underlying type constructor e.g. int
- add helper functions to get the type constructor for constant data
- update operator graph to fill the type constructor during bounds update
- add loguru as logger
- use type constructor in ArbitraryFunction.get_table, log an info if the
type_constructor of the input was None and default to int
2021-09-09 11:16:49 +02:00
2021-09-09 09:46:04 +02:00
2021-09-03 17:07:01 +02:00
2021-08-10 09:07:30 +02:00
2021-09-09 09:46:04 +02:00

concretefhe

Concrete Framework Python API - collection of tools to FHE all the things

Installing

Installation steps are described in INSTALLING.md.

Using Docker

Information about how to use Docker are available in DOCKER.md.

Documenting

Some information about how to build the documentation of concretefhe are available in DOCUMENTING.md. Notably, our documentation is pushed to https://hdk.zama.ai.

Developping

Some information about our terminology and the infrastructure of concretefhe are available in TERMINOLOGY_AND_STRUCTURE.md. An in-depth look at what is done in concretefhe is available in COMPILATION.md.

Contributing

Information about how to contribute are available in CONTRIBUTING.md.

Description
No description provided
Readme 148 MiB
Languages
C++ 34.3%
Python 23.1%
MLIR 22.9%
Rust 14.6%
C 2.2%
Other 2.8%