mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
Also added a test to catch future similar failure. Mainly, we didn't have tests that imported and used the HLFHE dialect from the python bindings
3 lines
268 B
Python
3 lines
268 B
Python
# We need this helpers from the mlir bindings, they are used in the generated files
|
|
from mlir.dialects._ods_common import _cext, segmented_accessor, equally_sized_accessor, extend_opview_class, get_default_loc_context, get_op_result_or_value, get_op_results_or_values
|