Added ELU and test for it
authorAleksandr Rybnikov <arrybn@gmail.com>
Tue, 1 Aug 2017 13:58:34 +0000 (16:58 +0300)
committerAleksandr Rybnikov <arrybn@gmail.com>
Wed, 2 Aug 2017 08:13:59 +0000 (11:13 +0300)
commit8d6b8b45b6450747146e6c9c7a11e2102903b146
treedb9b5fc1bdcd7b76e8a1aa5c7be1a165b9cbe6a7
parent4ad45af53f4f72f8b6f3df9653d9cb0a63a35a9d
Added ELU and test for it
modules/dnn/include/opencv2/dnn/all_layers.hpp
modules/dnn/src/init.cpp
modules/dnn/src/layers/elementwise_layers.cpp
modules/dnn/src/tensorflow/tf_importer.cpp
modules/dnn/test/test_layers.cpp