mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-18 08:31:31 -05:00
feat(frontend-python): random inputset generator
This commit is contained in:
@@ -67,6 +67,11 @@ inputset = [(2, 3), (0, 0), (1, 6), (7, 7), (7, 1)]
|
||||
All inputs in the inputset will be evaluated in the graph, which takes time. If you're experiencing long compilation times, consider providing a smaller inputset.
|
||||
{% endhint %}
|
||||
|
||||
{% hint style="warning" %}
|
||||
There is a utility function called `fhe.inputset(...)` for easily creating random inputsets, see its
|
||||
[documentation](../tutorial/extensions.md#fheinputset) to learn more!
|
||||
{% endhint %}
|
||||
|
||||
## Compiling the function
|
||||
|
||||
You can use the `compile` method of a `Compiler` class with an inputset to perform the compilation and get the resulting circuit back:
|
||||
|
||||
Reference in New Issue
Block a user