Files
concrete/docs/dev/api/concrete.fhe.mlir.processors.check_integer_only.md

35 lines
998 B
Markdown

<!-- markdownlint-disable -->
<a href="../../frontends/concrete-python/concrete/fhe/mlir/processors/check_integer_only.py#L0"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
# <kbd>module</kbd> `concrete.fhe.mlir.processors.check_integer_only`
Declaration of `CheckIntegerOnly` graph processor.
---
<a href="../../frontends/concrete-python/concrete/fhe/mlir/processors/check_integer_only.py#L9"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
## <kbd>class</kbd> `CheckIntegerOnly`
CheckIntegerOnly graph processor, to make sure the graph only contains integer nodes.
---
<a href="../../frontends/concrete-python/concrete/fhe/mlir/processors/check_integer_only.py#L14"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
### <kbd>method</kbd> `apply`
```python
apply(graph: Graph)
```