Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 626 Bytes

operation_mapping_flow.md

File metadata and controls

13 lines (9 loc) · 626 Bytes

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