huningxin / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
21 stars 11 forks source link

[GPU] add dnn test layer for softmax #352

Closed huningxin closed 4 years ago

huningxin commented 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

wzw-intel commented 4 years ago

sample of unit test for a specific layer: https://github.com/opencv/opencv/blob/master/modules/dnn/test/test_layers.cpp#L1589

NALLEIN commented 4 years ago

Fix in this PR.