Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp803 int memoryBusWidth() const;
/external/opencv3/modules/core/src/
Dcuda_info.cpp856 int cv::cuda::DeviceInfo::memoryBusWidth() const in memoryBusWidth() function in cv::cuda::DeviceInfo
862 return deviceProps().get(device_id_)->memoryBusWidth; in memoryBusWidth()