opencv/modules/dnn/src/layers
2018-08-01 11:29:58 +03:00
..
batch_norm_layer.cpp Fuse top layers to batch normalization 2018-06-09 18:06:53 +03:00
blank_layer.cpp Make Intel's Inference Engine backend is default if no preferable backend is specified. 2018-06-04 18:31:46 +03:00
concat_layer.cpp Make Intel's Inference Engine backend is default if no preferable backend is specified. 2018-06-04 18:31:46 +03:00
convolution_layer.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
crop_and_resize_layer.cpp Add ShuffleChannel layer 2018-06-21 19:10:42 +03:00
crop_layer.cpp dnn: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
detection_output_layer.cpp Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend 2018-08-01 11:29:58 +03:00
elementwise_layers.cpp Enable FastNeuralStyle and OpenFace networks with IE backend 2018-06-09 15:57:12 +03:00
eltwise_layer.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
flatten_layer.cpp Make Intel's Inference Engine backend is default if no preferable backend is specified. 2018-06-04 18:31:46 +03:00
fully_connected_layer.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
layers_common.cpp Parse repeated values of ConvolutionParameter 2018-04-11 14:38:05 +03:00
layers_common.hpp cmake: don't add include <module>/src directory to avoid conflicts 2018-03-19 11:14:15 +03:00
layers_common.simd.hpp Merge pull request #11649 from rockzhan:dnn_dw_prelu 2018-06-07 13:45:54 +00:00
lrn_layer.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
max_unpooling_layer.cpp Make Intel's Inference Engine backend is default if no preferable backend is specified. 2018-06-04 18:31:46 +03:00
mvn_layer.cpp make ocl4dnn available to run on other platform than Intel GPU 2018-05-29 19:18:10 +09:00
normalize_bbox_layer.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
padding_layer.cpp Make Intel's Inference Engine backend is default if no preferable backend is specified. 2018-06-04 18:31:46 +03:00
permute_layer.cpp Make Intel's Inference Engine backend is default if no preferable backend is specified. 2018-06-04 18:31:46 +03:00
pooling_layer.cpp Faster-RCNN anf RFCN models on CPU using Intel's Inference Engine backend. 2018-07-25 19:04:55 +03:00
prior_box_layer.cpp Clip kernel for OpenCL PriorBox layer 2018-07-13 14:49:13 +03:00
proposal_layer.cpp Faster-RCNN anf RFCN models on CPU using Intel's Inference Engine backend. 2018-07-25 19:04:55 +03:00
recurrent_layers.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
region_layer.cpp Update Intel's Inference Engine deep learning backend (#11587) 2018-05-31 14:05:21 +03:00
reorg_layer.cpp Enable more deep learning tests 2018-07-05 14:23:15 +03:00
reshape_layer.cpp Add Reshape layer tests 2018-07-03 08:26:43 +03:00
resize_layer.cpp Fixed several issues found by static analysis tools 2018-07-23 17:22:47 +03:00
scale_layer.cpp Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend 2018-08-01 11:29:58 +03:00
shuffle_channel_layer.cpp dnn: preserve name, type strings for ShuffleLayer 2018-07-11 08:19:23 +02:00
slice_layer.cpp Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend 2018-08-01 11:29:58 +03:00
softmax_layer.cpp Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend 2018-08-01 11:29:58 +03:00
split_layer.cpp dnn: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00