HomeSort by relevance Sort by last modified time
    Searched refs:getLaunchCfg (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
minmaxloc.hpp 146 void getLaunchCfg(int rows, int cols, dim3& block, dim3& grid)
159 getLaunchCfg<Policy>(rows, cols, block, grid);
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/
reduce.hpp 218 grid_minmaxloc_detail::getLaunchCfg<Policy>(rows, cols, block, grid);
237 grid_minmaxloc_detail::getLaunchCfg<Policy>(rows, cols, block, grid);

Completed in 355 milliseconds