PReLU layer for multidimensional input

This commit is contained in:
Dmitry Kurtaev
2017-10-23 14:30:40 +03:00
parent cca99bf824
commit a36ebaecdc
4 changed files with 10 additions and 11 deletions
+1
View File
@@ -282,6 +282,7 @@ TEST(Layer_Test_Eltwise, Accuracy)
TEST(Layer_Test_PReLU, Accuracy)
{
testLayerUsingCaffeModels("layer_prelu", DNN_TARGET_CPU, true);
testLayerUsingCaffeModels("layer_prelu_fc", DNN_TARGET_CPU, true, false);
}
//template<typename XMat>