Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp145 bool hasBin(int major, int minor) const;
177 bool CudaArch::hasBin(int major, int minor) const in hasBin() function in __anonba33a78e0111::CudaArch
251 bool cv::cuda::TargetArchs::hasBin(int major, int minor) in hasBin() function in cv::cuda::TargetArchs
259 return cudaArch.hasBin(major, minor); in hasBin()
916 if (TargetArchs::hasBin(majorVersion(), i)) in isCompatible()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp618 static bool hasBin(int major, int minor);
Dcuda.inl.hpp550 return hasPtx(major, minor) || hasBin(major, minor); in has()