mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-18 00:21:36 -05:00
fix(frontend-python): add missing class properties to "assign bit widths" graph processor
This commit is contained in:
@@ -20,6 +20,8 @@ class AssignBitWidths(GraphProcessor):
|
||||
- Multi Precision, where encrypted values can have different precisions.
|
||||
"""
|
||||
|
||||
single_precision: bool
|
||||
|
||||
def __init__(self, single_precision: bool = False):
|
||||
self.single_precision = single_precision
|
||||
|
||||
|
||||
Reference in New Issue
Block a user