Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/dev/api/concrete.compiler.tfhers_int.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Convert Concrete value to TFHErs and serialize it.

**Args:**



- <b>`value`</b> (Value): value to export
- <b>`info`</b> (TfhersFheIntDescription): description of the TFHErs integer to export to

Expand All @@ -50,7 +52,7 @@ Convert Concrete value to TFHErs and serialize it.

---

<a href="../../../compilers/concrete-compiler/compiler/lib/Bindings/Python/concrete/compiler/tfhers_int.py#L42"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="../../../compilers/concrete-compiler/compiler/lib/Bindings/Python/concrete/compiler/tfhers_int.py#L43"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

### <kbd>method</kbd> `import_int`

Expand Down
Loading