thsolver.registry ================= This module contains the lightweight registries used to map config names to Python factory functions. .. automodule:: thsolver.registry .. autofunction:: thsolver.registry.register_model .. autofunction:: thsolver.registry.model_entrypoints .. autofunction:: thsolver.registry.is_model .. autofunction:: thsolver.registry.list_models .. autofunction:: thsolver.registry.build_model .. autofunction:: thsolver.registry.register_dataset .. autofunction:: thsolver.registry.dataset_entrypoints .. autofunction:: thsolver.registry.is_dataset .. autofunction:: thsolver.registry.list_datasets .. autofunction:: thsolver.registry.build_dataset