Developing Operators

Procedure

  1. Develop and adapt operators, including developing operator kernel functions and implementing tiling. For details, see "Project-based Operator Development" in .
  2. Develop op_host/add_custom_tiling.h, op_host/add_custom.cpp, and op_kernel/add_custom.cpp by referring to Link.
  3. After the operator is implemented, continue with Compiling and Deploying Operators.