qualia_codegen_core.main module
- qualia_codegen_core.main.load_modelgraph(filepath: Path, module_name: str = '', *strargs: str) ModelGraph | None [source]
- qualia_codegen_core.main.annotate_quantization(modelgraph: ModelGraph, activations_range: dict[str, ActivationRange], number_type: type[int | float], width: int, long_width: int) bool [source]