Searched refs:checkCudaError (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/ |
D | common.hpp | 70 __host__ __forceinline__ void checkCudaError(cudaError_t err, const char* file, const int line, con… in checkCudaError() function 76 #define CV_CUDEV_SAFE_CALL(expr) cv::cudev::checkCudaError((expr), __FILE__, __LINE__, CV_Func)
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | common.hpp | 66 …static inline void checkCudaError(cudaError_t err, const char* file, const int line, const char* f… in checkCudaError() function 74 #define cudaSafeCall(expr) cv::cuda::checkCudaError(expr, __FILE__, __LINE__, CV_Func)
|