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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user