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

  /external/opencv3/modules/core/src/
cuda_info.cpp 418 Vec3i cv::cuda::DeviceInfo::maxThreadsDim() const
424 return Vec3i(deviceProps().get(device_id_)->maxThreadsDim);
1010 printf(" Maximum sizes of each dimension of a block: %d x %d x %d\n", prop.maxThreadsDim[0], prop.maxThreadsDim[1], prop.maxThreadsDim[2]);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 669 Vec3i maxThreadsDim() const;

Completed in 69 milliseconds