1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

Adding of OCL and public interface for Softmax layer

This commit is contained in:
Vitaliy Lyudvichenko
2016-07-27 19:22:16 +03:00
parent d8507fef74
commit bf9e9b81ac
7 changed files with 271 additions and 91 deletions

View File

@@ -87,7 +87,7 @@ void testLayerUsingCaffeModels(String basename, bool useCaffeModel = false, bool
TEST(Layer_Test_Softmax, Accuracy)
{
testLayerUsingCaffeModels("layer_softmax");
OCL_OFF(testLayerUsingCaffeModels("layer_softmax"));
}
OCL_TEST(Layer_Test_Softmax, Accuracy)
{