Home
last modified time | relevance | path

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

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