Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu396 …__global__ void classify_hists_kernel_many_blocks(const int img_win_width, const int img_block_wid… in classify_hists_kernel_many_blocks() function
443 …cudaSafeCall(cudaFuncSetCacheConfig(classify_hists_kernel_many_blocks<nthreads, nblocks>, cudaFunc… in classify_hists()
446 classify_hists_kernel_many_blocks<nthreads, nblocks><<<grid, threads>>>( in classify_hists()