sund.install_model
sund.install_model(file: str, force: bool = False, save_compiled_model: bool = False) -> None
Installs the specified model, making it available for import.
Parameters
file
- Path the model to install.
force
- If true, will force reinstallation even if model is already installed.
save_compiled_model
- If true, will not delete the generated c++-file.
Return type
None
Return value
None