support ReduceLayer without reshape layer.
authorZihao Mu <zihaomu@outlook.com>
Tue, 2 Aug 2022 02:32:31 +0000 (10:32 +0800)
committerZihao Mu <zihaomu@outlook.com>
Tue, 2 Aug 2022 02:32:31 +0000 (10:32 +0800)
commitd4640f464797d8b1abafc4d0c657534940db3453
treed665964a91e246b716dfa4e30c0327bbeae8e0f8
parent98c33c605dfb09bd4b974cc35db87c5077e677b3
support ReduceLayer without reshape layer.
modules/dnn/include/opencv2/dnn/all_layers.hpp
modules/dnn/src/int8layers/reduce_layer.cpp
modules/dnn/src/layers/reduce_layer.cpp
modules/dnn/src/onnx/onnx_importer.cpp
modules/dnn/test/test_onnx_importer.cpp