Arthur Meyre
ae8294da30
docs: update compilation with torch compilation flow
...
- update frontend flow
- added torch to numpy flow
refs #1080
2021-12-09 14:13:37 +01:00
Umut
b55cf2958a
docs: write some missing sections and update some outdated ones
2021-12-08 14:58:50 +03:00
Benoit Chevallier-Mames
7ce7d1e10b
docs: update the documentation
...
refs #1085
2021-12-07 17:43:11 +01:00
Arthur Meyre
8db49f79f3
docs: update contribution guidelines
...
refs #1080
2021-12-07 17:32:04 +01:00
Arthur Meyre
29babb00e1
docs: update float fusing documentation
...
refs #1080
2021-12-07 17:32:04 +01:00
Benoit Chevallier-Mames
2f1e41e4fb
docs: updating the doc a bit
...
refs #1050
2021-12-03 15:25:14 +01:00
Arthur Meyre
ff03bc2220
feat(optimization): support more fusing topologies
...
- corrected docstring that was mistaken on what was returned
- updated pyproject.toml to ignore warnings that happened naturally in
networkx and that was blocking proper test execution (no way around that
this is code from networkx that triggered the warning)
- add a test case for the newly supported fusing topology
closes #499
2021-11-18 09:08:50 +01:00
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
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
aquint-zama
14d7c505d8
docs: add admonitions, fixes, and nbsphinx syntax color
...
# Conflicts:
# docs/user/advanced_examples/QuantizedLinearRegression.ipynb
# docs/user/advanced_examples/QuantizedLogisticRegression.ipynb
2021-09-17 14:57:36 +02:00
Arthur Meyre
381c81b76c
refacto: remove iter usage for passing a dataset
...
- it is still supported but not required and more confusing
2021-09-15 20:07:21 +02:00
Benoit Chevallier-Mames
5e8a7c527b
fix: capitalization
...
closes #356
2021-09-14 18:57:15 +02:00
Benoit Chevallier-Mames
8522e58280
refacto: rename 'dataset' into a clear 'inputset'
...
closes #340
2021-09-14 17:31:55 +02:00
youben11
efaf72880c
docs(dev): mlir conversion
2021-09-14 09:33:55 +01: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