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 dnn: force floating point literals to be float. 2017-08-01 15:02:24 +03:00
col2im.cl dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
im2col.cl dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
lrn.cl dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
pooling.cl dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
softmax.cl dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00