openvino/src/frontends/paddle
Xiuchuan Zhai 1c82c171bf
comment out unstable proposal v2_6 testcase (#23742)
### Details:
 - *comment out the PDPD proposal v2_6 testcase*
 
### Tickets:
 - *130605*
2024-04-03 07:07:24 +00:00
..
docs Fix some typos (#22903) 2024-03-31 17:42:32 +00:00
include/openvino/frontend/paddle Fix some typos (#22903) 2024-03-31 17:42:32 +00:00
src Fix some typos (#22903) 2024-03-31 17:42:32 +00:00
tests comment out unstable proposal v2_6 testcase (#23742) 2024-04-03 07:07:24 +00:00
CMakeLists.txt copyright year update (#23370) 2024-03-14 09:37:02 +00:00
README.md [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master (#23091) 2024-02-28 07:54:04 +00:00

README.md

OpenVINO™ Paddle Frontend

OpenVINO Paddle Frontend is one of the OpenVINO Frontend libraries created for the Baidu PaddlePaddle™ framework. The component is responsible for:

OpenVINO Paddle Frontend uses the common coding style rules.

Key contacts

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.

Components

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.

Debug capabilities

Developers can use OpenVINO Model debug capabilities that are described in the OpenVINO Model User Guide.

Tutorials

See also