Overview of Intel OpenVINO support in Paddle Lite
developPaddle Lite supports predictive deployment on Intel OpenVINO for X86 servers using a subgraph integration method.
How it works:
- The system performs online analysis of the Paddle model.
- Paddle operators are converted into unified
NNAdapterstandard operators. - The network is constructed using the OpenVINO Graph API (API 2.0).
- The model is generated and executed online.