Home
last modified time | relevance | path

Searched refs:TegraGenOp_Invoker (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/hal/
H A Dtegra_hal.hpp84 #define TegraGenOp_Invoker(name, func, src_cnt, dst_cnt, scale_cnt, ...) \ macro
109 #define TegraBinaryOp_Invoker(name, func) TegraGenOp_Invoker(name, func, 2, 1, 0, \
114 #define TegraBinaryOp_InvokerVAArg(name, func, ...) TegraGenOp_Invoker(name, func, 2, 1, 0, \
149 #define TegraUnaryOp_Invoker(name, func) TegraGenOp_Invoker(name, func, 1, 1, 0, \
247 TegraGenOp_Invoker(cmpLT, cmpGT, 2, 1, 0, RANGE_DATA(ST, src2_data, src2_step), src2_step, \
250 TegraGenOp_Invoker(cmpLE, cmpGE, 2, 1, 0, RANGE_DATA(ST, src2_data, src2_step), src2_step, \
305 #define TegraBinaryOpScale_Invoker(name, func, scale_cnt, ...) TegraGenOp_Invoker(name, func, 2, 1,…
328 #define TegraUnaryOpScale_Invoker(name, func, scale_cnt, ...) TegraGenOp_Invoker(name, func, 1, 1, …