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

Method builtWith

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

Source from the content-addressed store, hash-verified

271bool cv::gpu::deviceSupports(FeatureSet feature_set) { return deviceInfoFuncTable()->deviceSupports(feature_set); }
272
273bool cv::gpu::TargetArchs::builtWith(FeatureSet feature_set) { return deviceInfoFuncTable()->builtWith(feature_set); }
274bool cv::gpu::TargetArchs::has(int major, int minor) { return deviceInfoFuncTable()->has(major, minor); }
275bool cv::gpu::TargetArchs::hasPtx(int major, int minor) { return deviceInfoFuncTable()->hasPtx(major, minor); }
276bool cv::gpu::TargetArchs::hasBin(int major, int minor) { return deviceInfoFuncTable()->hasBin(major, minor); }

Callers

nothing calls this directly

Calls 1

deviceInfoFuncTableFunction · 0.85

Tested by

no test coverage detected