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

Method resetDevice

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

Source from the content-addressed store, hash-verified

267int cv::gpu::getDevice() { return deviceInfoFuncTable()->getDevice(); }
268
269void cv::gpu::resetDevice() { deviceInfoFuncTable()->resetDevice(); }
270
271bool cv::gpu::deviceSupports(FeatureSet feature_set) { return deviceInfoFuncTable()->deviceSupports(feature_set); }
272

Callers

nothing calls this directly

Calls 1

deviceInfoFuncTableFunction · 0.85

Tested by

no test coverage detected