Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp577 FEATURE_SET_COMPUTE_13 = 13, enumerator
587 NATIVE_DOUBLE = FEATURE_SET_COMPUTE_13,
/external/opencv3/modules/cudaarithm/src/
Dreductions.cpp137 if (!deviceSupports(FEATURE_SET_COMPUTE_13)) in meanStdDev()
/external/opencv3/modules/cudaarithm/test/
Dtest_reductions.cpp993 if (!supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_13)) in CUDA_TEST_P()