Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu131 __global__ void pointwise_add(float *d_res, const float *d_op1, const float *d_op2, const int len) in pointwise_add() function
153 pointwise_add<<<blocks, threads, 0, stream>>>(res, op1, op2, count); in add()