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

Method selectedDeviceIsOpenCL

deps/tesseract/opencl/openclwrapper.cpp:2734–2737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2732
2733
2734bool OpenclDevice::selectedDeviceIsOpenCL() {
2735 ds_device device = getDeviceSelection();
2736 return (device.type == DS_DEVICE_OPENCL_DEVICE);
2737}
2738
2739#endif

Callers 2

thresholder.cppFile · 0.80
OtsuThresholdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected