afe.driver.cli.commands ======================= .. py:module:: afe.driver.cli.commands .. autoapi-nested-parse:: The command line driver code. This code executes the commands that were constructed by the command line parser. Attributes ---------- .. autoapisummary:: afe.driver.cli.commands.saved_compilation_job Functions --------- .. autoapisummary:: afe.driver.cli.commands.receive_compilation_job afe.driver.cli.commands.interpret_importer_params afe.driver.cli.commands.compile_command Module Contents --------------- .. py:data:: saved_compilation_job :type: Optional[afe.apis.compilation_job.CompilationJob] :value: None .. py:function:: receive_compilation_job(process: Callable[[], None]) -> afe.apis.compilation_job.CompilationJob Run the given code to set the global compilation job and then read the value that was set. .. py:function:: interpret_importer_params(args) -> afe.load.importers.general_importer.ImporterParams Make an ImporterParams from the data in command line arguments that describes how to import a model. :param args: Parsed command line arguments .. py:function:: compile_command(args)