Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dprivate.cuda.hpp82 CV_EXPORTS cv::String getCudaDriverApiErrorMessage(int code);
128 … cv::error(cv::Error::GpuApiCallError, getCudaDriverApiErrorMessage(code), func, file, line); in checkCudaDriverApiError()
/external/opencv3/modules/core/src/
Dcuda_info.cpp1264 String cv::cuda::getCudaDriverApiErrorMessage(int code) in getCudaDriverApiErrorMessage() function in cv::cuda