HomeSort by relevance Sort by last modified time
    Searched refs:asyncEngineCount (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/src/
cuda_info.cpp 826 int cv::cuda::DeviceInfo::asyncEngineCount() const
832 return deviceProps().get(device_id_)->asyncEngineCount;
1015 printf(" Concurrent copy and execution: %s with %d copy engine(s)\n", (prop.deviceOverlap ? "Yes" : "No"), prop.asyncEngineCount);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 794 int asyncEngineCount() const;

Completed in 1076 milliseconds