opencv/modules/dnn
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
..
include/opencv2 optimize out scaleLayer & concatLayer whenever possible 2017-07-14 18:30:53 +03:00
misc add java wrappers to dnn module 2017-07-02 11:46:20 +04:00
perf Fix SqueezeNet Halide performance test 2017-07-24 10:45:04 +03:00
src dnn: force floating point literals to be float. 2017-08-01 15:02:24 +03:00
test remove some rand functions 2017-07-20 22:43:11 +09:00
CMakeLists.txt cmake: don't include protobuf on disabled DNN module 2017-07-31 14:18:59 +03:00