opencv/modules/dnn/src
Li, Peng ab8022f74e update convolution opencl kernels in dnn module (#11762)
* optimize ocl kernel enqueue in fc layer

Signed-off-by: Li Peng <peng.li@intel.com>

* use CV_LOG_INFO in convolution auto tuning

Signed-off-by: Li Peng <peng.li@intel.com>

* update convolution IDLF kernel

extend parameter tuning range, also cleanup
ocl kernel implementation

Signed-off-by: Li Peng <peng.li@intel.com>

* update in-memory convolution cache config

fp16 and fp32 cache config are stored separately

Signed-off-by: Li Peng <peng.li@intel.com>
2018-06-25 17:06:18 +03:00
..
caffe Fuse multipliers but not convolution layers weights 2018-05-10 19:24:38 +03:00
darknet Import average pooling and softmax layers from Darknet 2018-06-14 15:22:08 +03:00
layers update convolution opencl kernels in dnn module (#11762) 2018-06-25 17:06:18 +03:00
ocl4dnn update convolution opencl kernels in dnn module (#11762) 2018-06-25 17:06:18 +03:00
opencl update convolution opencl kernels in dnn module (#11762) 2018-06-25 17:06:18 +03:00
tensorflow Import ClipByValue from Keras 2018-06-14 13:30:30 +03:00
torch fix doc. 2018-06-03 17:44:24 +08:00
dnn.cpp Remove undocumented feature to retreive layers outputs by indices 2018-06-20 14:44:21 +03:00
halide_scheduler.cpp fix doc. 2018-06-03 17:44:24 +08:00
halide_scheduler.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
init.cpp Implement Interp layer using Resize layer 2018-06-22 19:26:47 +03:00
nms.cpp Return a convex hull from rotatedRectangleIntersection 2018-05-18 14:20:17 +03:00
nms.inl.hpp dnn: add an accuracy test for NMS 2017-10-25 13:40:56 +03:00
op_halide.cpp core: added MatSize::dims() method 2018-04-27 16:57:29 +03:00
op_halide.hpp dnn: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
op_inf_engine.cpp Wrap Inference Engine init to try-catch 2018-06-07 12:55:52 +03:00
op_inf_engine.hpp Fix multiple networks with Intel's Inference Engine backend 2018-06-01 14:10:32 +03:00
precomp.hpp dnn fp16 support 2018-05-16 22:44:39 +08:00