Developing Operators
Procedure
- Develop and adapt operators, including developing operator kernel functions and implementing tiling. For details, see Operator Implementation.
- 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.
- After the operator is implemented, continue with Compiling and Deploying Operators.
Parent topic: msOpGen (Operator Project Generation)