OpenVINO Paddle Frontend is one of the OpenVINO Frontend libraries created for the Baidu PaddlePaddle™ framework. The component is responsible for:
- Paddle Reader - reads a PaddlePaddle protobuf model and parses it to the frontend InputModel. Learn more about Paddle Frontend architecture..
- Paddle Converter - decodes a PaddlePaddle model and operators and maps them semantically to the OpenVINO opset. Learn more about the operator mapping flow..
OpenVINO Paddle Frontend uses the common coding style rules.
People from the openvino-ie-paddle-maintainers have the rights to approve and merge PRs to the Paddle frontend component. They can assist with any questions about the component.
OpenVINO Paddle Frontend has the following structure:
- docs contains developer documentation for the component.
- include contains module API and detailed information about the provided API.
- src folder contains sources of the component.
- tests contains tests for the component. To get more information, read How to run and add tests page.
Developers can use OpenVINO Model debug capabilities that are described in the OpenVINO Model User Guide.