mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
- prepares support for tensor types - introduce _n_in and n_in() and requires_mix_values_func() for IntermediateNode to know if they require a function to mix input values and determine output value - update BaseTracer to pass the class _mix_values_func to IntermediateNodes that need it - update NPTracer to stay consistent with current behavior regarding values mixing