mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Added ONNX NormalizeL2 subgraph
This commit is contained in:
@@ -403,6 +403,11 @@ TEST_P(Test_ONNX_layers, BatchNormalizationSubgraph)
|
||||
testONNXModels("batch_norm_subgraph");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, NormalizeFusionSubgraph)
|
||||
{
|
||||
testONNXModels("normalize_fusion");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, Transpose)
|
||||
{
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
|
||||
|
||||
Reference in New Issue
Block a user