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

Merge pull request #22199 from zihaomu:bug_fix_22195

DNN: Reduce Layer (add dynamic batch and ReduceSum support)
This commit is contained in:
Alexander Smorkalov
2022-08-11 12:59:51 +03:00
committed by GitHub
5 changed files with 82 additions and 37 deletions
+1
View File
@@ -411,6 +411,7 @@ TEST_P(Test_ONNX_layers, ReduceMean)
TEST_P(Test_ONNX_layers, ReduceSum)
{
testONNXModels("reduce_sum");
testONNXModels("reduce_sum_axis_dynamic_batch");
}
TEST_P(Test_ONNX_layers, ReduceMax)