Developing Operators

Procedure

  1. Develop and adapt operators, including developing operator kernel functions and implementing tiling. For details, see Operator Implementation.
  2. You can develop op_host/add_custom_tiling.h, op_host/add_custom.cpp, and op_kernel/add_custom.cpp by referring to sample code.
  3. After the operator is implemented, continue with Compiling and Deploying Operators.