opencv/modules/dnn/src/opencl
Ismo Puustinen c2de5cf735 dnn: force floating point literals to be float.
In OpenCL code in activations.cl, make the type of floating point
literals to be float. Otherwise the values will be interpreted as
doubles, causing Beignet to have type conversion issues.
2017-08-01 15:02:24 +03:00
..
activations.cl
col2im.cl
im2col.cl
lrn.cl
pooling.cl
softmax.cl