Searched defs:TYPE_GPU (Results 1 - 1 of 1) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ | ||
H A D | ocl.hpp | 85 TYPE_GPU = (1 << 2), enumerator in enum:cv::ocl::Device::__anon15664 87 TYPE_DGPU = TYPE_GPU + (1 << 16), 88 TYPE_IGPU = TYPE_GPU + (1 << 17), |
Completed in 117 milliseconds