opencv/modules/dnn/test
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011)
* another round of dnn optimization:
* increased malloc alignment across OpenCV from 16 to 64 bytes to make it AVX2 and even AVX-512 friendly
* improved SIMD optimization of pooling layer, optimized average pooling
* cleaned up convolution layer implementation
* made activation layer "attacheable" to all other layers, including fully connected and addition layer.
* fixed bug in the fusion algorithm: "LayerData::consumers" should not be cleared, because it desctibes the topology.
* greatly optimized permutation layer, which improved SSD performance
* parallelized element-wise binary/ternary/... ops (sum, prod, max)

* also, added missing copyrights to many of the layer implementation files

* temporarily disabled (again) the check for intermediate blobs consistency; fixed warnings from various builders
2017-06-28 11:15:22 +03:00
..
cityscapes_semsegm_test_enet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
cnpy.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
cnpy.h dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
imagenet_cls_test_alexnet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
imagenet_cls_test_googlenet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
imagenet_cls_test_inception.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
npy_blob.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
pascal_semsegm_test_fcn.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
test_caffe_importer.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_common.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_googlenet.cpp another round of dnn optimization (#9011) 2017-06-28 11:15:22 +03:00
test_halide_layers.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_halide_nets.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_layers.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_main.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_precomp.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_tf_importer.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_torch_importer.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00