afe.driver.cli.commandsο
The command line driver code. This code executes the commands that were constructed by the command line parser.
Attributesο
Functionsο
Run the given code to set the global compilation job and then |
|
Make an ImporterParams from the data in command line arguments that describes how to import |
|
|
Module Contentsο
- afe.driver.cli.commands.saved_compilation_job: afe.apis.compilation_job.CompilationJob | None = None[source]ο
- afe.driver.cli.commands.receive_compilation_job(process: Callable[[], None]) afe.apis.compilation_job.CompilationJob [source]ο
Run the given code to set the global compilation job and then read the value that was set.
- afe.driver.cli.commands.interpret_importer_params(args) afe.load.importers.general_importer.ImporterParams [source]ο
Make an ImporterParams from the data in command line arguments that describes how to import a model.
- Parameters:
args β Parsed command line arguments