Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp144 bool hasPtx(int major, int minor) const;
172 bool CudaArch::hasPtx(int major, int minor) const in hasPtx() function in __anonba33a78e0111::CudaArch
239 bool cv::cuda::TargetArchs::hasPtx(int major, int minor) in hasPtx() function in cv::cuda::TargetArchs
247 return cudaArch.hasPtx(major, minor); in hasPtx()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp617 static bool hasPtx(int major, int minor);
Dcuda.inl.hpp550 return hasPtx(major, minor) || hasBin(major, minor); in has()