mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Port Swish and Mish layers
This commit is contained in:
committed by
Dmitry Kurtaev
parent
f5b9705c70
commit
8a18d132fc
@@ -583,7 +583,7 @@ TEST_P(NoParamActivation, Accuracy)
|
||||
testInPlaceActivation(lp, backendId, targetId);
|
||||
}
|
||||
INSTANTIATE_TEST_CASE_P(Layer_Test_Halide, NoParamActivation, Combine(
|
||||
/*type*/ Values("TanH", "Sigmoid", "AbsVal", "BNLL"),
|
||||
/*type*/ Values("TanH", "Sigmoid", "AbsVal", "BNLL", "Swish", "Mish"),
|
||||
dnnBackendsAndTargetsWithHalide()
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user