Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu118 … __global__ void compute_hists_kernel_many_blocks(const int img_block_width, const PtrStepf grad, in compute_hists_kernel_many_blocks() function
209 cudaSafeCall(cudaFuncSetCacheConfig(compute_hists_kernel_many_blocks<nblocks>, in compute_hists()
218 compute_hists_kernel_many_blocks<nblocks><<<grid, threads, smem>>>( in compute_hists()