Searched refs:scaleVector (Results 1 – 1 of 1) sorted by relevance
175 __global__ void scaleVector(float *d_res, const float *d_src, float scale, const int len) in scaleVector() function199 scaleVector<<<blocks, threads, 0, stream>>>(d_res, d_src, scale, len); in ScaleVector()