afe.core.parse_networksο
Functionsο
Importing a model written in any of the supported libraries from a file, |
Module Contentsο
- afe.core.parse_networks.import_model_from_model_configs(config: afe.core.configs.ModelConfigs) Tuple[afe._tvm._defines.TVMIRModule, List[str] | None] [source]ο
Importing a model written in any of the supported libraries from a file, and returning it as TVM IR module.
- Parameters:
config β ModelConfigs of the model being loaded. Contains information like path, framework and other.
- Returns:
Tuple of the model converted to TVM IR module and the modelβs output names.