mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
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
This commit is contained in:
@@ -83,7 +83,7 @@ Traceback (most recent call last):
|
||||
File "/src/concrete/numpy/compile.py", line 103, in _compile_numpy_function_into_op_graph_internal
|
||||
raise ValueError(
|
||||
ValueError: <lambda> cannot be compiled as it has nodes with either float inputs or outputs.
|
||||
Offending nodes : <concrete.common.representation.intermediate.UnivariateFunction object at 0x7f6689fd37f0>
|
||||
Offending nodes : <concrete.common.representation.intermediate.GenericFunction object at 0x7f6689fd37f0>
|
||||
```
|
||||
|
||||
## Manual export
|
||||
|
||||
Reference in New Issue
Block a user