Arthur Meyre 44016cc80c feat: manage float fusing for tensors
- add op_attributes on ArbitraryFunction
- this works if all constants are smaller than the input tensor
- otherwise it requires more advanced code and a concatenate operator which
currently does not exist
2021-10-11 10:42:20 +02:00
2021-10-08 15:59:51 +02:00
2021-09-03 17:07:01 +02:00
2021-08-10 09:07:30 +02:00
2021-09-27 10:16:30 +02:00

concretefhe

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

For end users

Using the project

To use the project you can check INSTALLING.md

For developers

Project setup

Installation steps are described in PROJECT_SETUP.md. Information about how to use Docker for development 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://docs.zama.ai/concretefhe/.

Developing

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%