Python openvino.inference_engine.IEPlugin is a module within the OpenVINO toolkit that provides functionality for integrating and utilizing the Inference Engine with Python applications. It allows users to load and run deep learning models for inference on various hardware accelerators, such as CPUs and GPUs. The IEPlugin module is responsible for handling device-specific optimizations and configurations, enabling efficient and high-performance execution of deep learning models.
Python IEPlugin - 33 examples found. These are the top rated real world Python examples of openvino.inference_engine.IEPlugin extracted from open source projects. You can rate examples to help us improve the quality of examples.