Back to Openvino

OpenVINO Paddle Frontend Operator Enabling Flow

src/frontends/paddle/docs/operation_mapping_flow.md

2026.1.2626 B
Original Source

OpenVINO Paddle Frontend Operator Enabling Flow

  1. Declare CreatorFunction for the Paddle operator and register it to the map in src/op_table.cpp.

  2. Implement the operator mapper CreatorFunction in the src/op/ path.

  3. Add unit-tests. For more information, refer to the OpenVINO™ Paddle Frontend unit-tests readme

See also