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