Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaarithm/src/
Darithm.cpp92 const ErrorEntry cublas_errors[] = variable
104 const size_t cublas_error_num = sizeof(cublas_errors) / sizeof(cublas_errors[0]);
110 String msg = getErrorString(err, cublas_errors, cublas_error_num); in ___cublasSafeCall()