Closed huningxin closed 4 years ago
a softmax layer example in onnx importer test: https://github.com/opencv/opencv/blob/master/modules/dnn/test/test_onnx_importer.cpp#L69
sample of unit test for a specific layer: https://github.com/opencv/opencv/blob/master/modules/dnn/test/test_layers.cpp#L1589
Fix in this PR.
a softmax layer example in onnx importer test: https://github.com/opencv/opencv/blob/master/modules/dnn/test/test_onnx_importer.cpp#L69