afe.devkit.devkit_context_manager ================================= .. py:module:: afe.devkit.devkit_context_manager .. autoapi-nested-parse:: This file is used to store SetupConnection class used for acquiring a connection to the DevKit. Classes ------- .. autoapisummary:: afe.devkit.devkit_context_manager.SetupConnection Module Contents --------------- .. py:class:: SetupConnection(port: int, username: str, devkit: str, password: str, max_attempts: int, elf_file_path: str, elf_folder_path: str, zmq_port: int) Provides the context in which the user can connect to the DevKit Usage example: with SetupConnection(...): ... .. py:attribute:: pipeline :type: Optional[devkit_inference_models.apis.pipeline.Pipeline] :value: None .. py:method:: get_accel_pipeline() -> devkit_inference_models.apis.pipeline.Pipeline