fhelium.engine.ntt.factory
Construction of configured NTT backend implementations.
create_ntt_backend
function View source
python
def create_ntt_backend(policy: NttBackendPolicy, *, ntt_tables: NttTables, rns_params: torch.Tensor) -> NttBackend: ...1
Construct an executor only from a matching policy/table pair.