Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp127 return TargetArchs::builtWith(feature_set) && (version >= feature_set); in deviceSupports()
143 bool builtWith(FeatureSet feature_set) const;
167 bool CudaArch::builtWith(FeatureSet feature_set) const in builtWith() function in __anonba33a78e0111::CudaArch
228 bool cv::cuda::TargetArchs::builtWith(cv::cuda::FeatureSet feature_set) in builtWith() function in cv::cuda::TargetArchs
235 return cudaArch.builtWith(feature_set); in builtWith()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp608 static bool builtWith(FeatureSet feature_set);
/external/opencv3/modules/ts/src/
Dcuda_test.cpp143 return TargetArchs::builtWith(feature) && info.supports(feature); in supportFeature()