mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
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
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.ArbitraryFunction object at 0x7f6689fd37f0>
|
||||
Offending nodes : <concrete.common.representation.intermediate.UnivariateFunction object at 0x7f6689fd37f0>
|
||||
```
|
||||
|
||||
## Manual export
|
||||
|
||||
Reference in New Issue
Block a user