MCPcopy Create free account
hub / github.com/creatale/node-dv / getCudaEnabledDeviceCount

Method getCudaEnabledDeviceCount

deps/opencv/modules/core/src/gpumat.cpp:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262//////////////////////////////// Initialization & Info ////////////////////////
263
264int cv::gpu::getCudaEnabledDeviceCount() { return deviceInfoFuncTable()->getCudaEnabledDeviceCount(); }
265
266void cv::gpu::setDevice(int device) { deviceInfoFuncTable()->setDevice(device); }
267int cv::gpu::getDevice() { return deviceInfoFuncTable()->getDevice(); }

Callers

nothing calls this directly

Calls 1

deviceInfoFuncTableFunction · 0.85

Tested by

no test coverage detected