13 lines
337 B
Modula-2
13 lines
337 B
Modula-2
/*
|
|
Add custom ops to the end.
|
|
*/
|
|
DEF_OP(CUSTOM_SOFTMAX)
|
|
DEF_OP(CUSTOM_AINR_DENOISE_POSTPROCESS)
|
|
DEF_OP(CUSTOM_WARP_AFFINE)
|
|
DEF_OP(CUSTOM_WARP_PERSPECTIVE)
|
|
DEF_OP(CUSTOM_SAMPLE)
|
|
DEF_OP(CUSTOM_TINY_YOLOV4_POSTPROCESS)
|
|
DEF_OP(CUSTOM_TINY_YOLOV4_POSTPROCESS_CONFIDENCE)
|
|
DEF_OP(CUSTOM_TINY_YOLOV4_POSTPROCESS_BOX)
|
|
DEF_OP(CUSTOM_LETTERBOX)
|