Commit Graph

14 Commits

Author SHA1 Message Date
Arthur Meyre
d2faa90106 refactor: replace UnivariateFunction by GenericFunction
- add an attribute fusable to False for the operations that should not be
explicitely fused from the original addition of GenericFunction
- add op_kind instance attribute to differentiate between TLU and memory
operations for GenericFunction

refs #600
2021-11-03 12:05:02 +01:00
Benoit Chevallier-Mames
7bf2f09615 feat: remove support for np.invert
remove support for np.invert and propose to the user to use bitwise_xor instead, because of impossibilities with float fusing
closes #658
2021-10-19 10:40:23 +02:00
Benoit Chevallier-Mames
a8aafcb70a docs: autogenerate the list of supported functions
closes #410
2021-10-18 11:23:04 +02:00
Arthur Meyre
00916bcfdb refactor: rename ArbitraryFunction to UnivariateFunction
- the naming has always been confusing and recent changes to the code make
this rename necessary for things to be clearer
2021-10-11 11:36:35 +02:00
Umut
003bad581a feat(fhe_circuit): create FHECircuit class to combine operation graph and compiler engine 2021-10-04 12:23:37 +03:00
Umut
e11570e973 doc: replace usages of 'concrete' with 'Concrete' 2021-09-21 11:44:49 +03:00
Arthur Meyre
35011bd403 build: test codeblocks in CI 2021-09-20 17:24:16 +02:00
Umut
b2b8f5dbae doc: write table lookup and working with floating points tutorials 2021-09-20 12:50:53 +03:00
Umut
327a85eb97 doc: update the usage of concrete in arithmetic operations tutorial 2021-09-20 12:50:53 +03:00
Umut
84cb0bdbbe doc: write compilation artifacts tutorial 2021-09-20 11:31:39 +03:00
Umut
b92a70768d doc: write arithmetic operations tutorial 2021-09-16 14:41:56 +03:00
Umut
b1cd997c77 doc: select titles of user tutorials 2021-09-13 17:44:14 +03:00
Benoit Chevallier-Mames
6d43ab81a9 doc: let's document the framework
refs #143
2021-09-09 14:23:38 +02:00
Benoit Chevallier-Mames
bcc146bd6e doc: let's agree on a plan
closes #305
2021-09-09 09:46:04 +02:00