1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Case sensitive dnn layers types

This commit is contained in:
Dmitry Kurtaev
2020-03-22 18:50:15 +03:00
parent 7b82ad2918
commit 8574a757f9
6 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ TEST_P(SoftMax, Accuracy)
Backend backendId = get<0>(get<1>(GetParam()));
Target targetId = get<1>(get<1>(GetParam()));
LayerParams lp;
lp.type = "SoftMax";
lp.type = "Softmax";
lp.name = "testLayer";
int sz[] = {1, inChannels, 1, 1};