opencv/modules/dnn/src/layers
David Koller d1a3b530be Make DNN Crop layer match Caffe default offset behavior
and add parametric unit test for crop layer.
2018-01-17 10:52:36 -05:00
..
batch_norm_layer.cpp batch_norm layer ocl update 2018-01-16 19:01:58 +08:00
blank_layer.cpp batch_norm and blank layer ocl implementation 2018-01-09 21:58:46 +08:00
concat_layer.cpp support axis in concat layer ocl path 2017-12-07 02:26:46 +08:00
convolution_layer.cpp Untrainable version of Scale layer from Caffe 2018-01-13 10:35:29 +03:00
crop_layer.cpp Make DNN Crop layer match Caffe default offset behavior 2018-01-17 10:52:36 -05:00
detection_output_layer.cpp Faster-RCNN models support 2017-12-15 12:16:21 +03:00
elementwise_layers.cpp Power, Tanh and Channels ReLU layer ocl support 2018-01-17 17:11:27 +08:00
eltwise_layer.cpp add eltwise layer ocl implementation 2018-01-05 19:38:30 +08:00
flatten_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
fully_connected_layer.cpp cmake(opt): AVX512_SKX 2017-12-29 07:18:11 +00:00
layers_common.cpp Dilated convolution import from TensorFlow 2017-09-13 18:44:14 +03:00
layers_common.hpp Merge pull request #9114 from pengli:dnn_rebase 2017-10-02 15:38:00 +03:00
layers_common.simd.hpp cmake(opt): AVX512_SKX 2017-12-29 07:18:11 +00:00
lrn_layer.cpp JavaScript bindings for dnn module 2017-12-08 18:33:48 +03:00
max_unpooling_layer.cpp dnn: more debug information 2017-12-14 19:21:17 +03:00
mvn_layer.cpp MVN layer ocl implementation 2018-01-17 17:11:32 +08:00
normalize_bbox_layer.cpp add normalize_bbox layer ocl implementation 2018-01-05 19:38:36 +08:00
padding_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
permute_layer.cpp permute layer ocl implementation 2017-12-05 22:10:05 +08:00
pooling_layer.cpp R-FCN models support 2017-12-20 10:43:22 +03:00
prior_box_layer.cpp build: fix MSVS2010 build error 2017-12-23 00:06:34 +00:00
proposal_layer.cpp add ocl implementation of proposal layer 2018-01-04 18:40:51 +08:00
recurrent_layers.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
region_layer.cpp Refactor NMS procedure at RegionLayer 2017-12-21 12:21:45 +03:00
reorg_layer.cpp reorg layer ocl implementation 2017-12-07 02:26:46 +08:00
reshape_layer.cpp reshape layer ocl implementation 2017-12-07 02:26:40 +08:00
resize_nearest_neighbor_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
scale_layer.cpp Untrainable version of Scale layer from Caffe 2018-01-13 10:35:29 +03:00
shift_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
slice_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
softmax_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00
split_layer.cpp Add new layer forward interface 2017-11-09 15:59:39 +08:00