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

Merge pull request #14959 from dvd42:onnx_clip

* onnx clip operation
This commit is contained in:
Diego
2019-07-04 07:56:00 +02:00
committed by Alexander Alekhin
parent fee87c5fdb
commit 6dfe2ddc21
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -136,6 +136,11 @@ TEST_P(Test_ONNX_layers, ReLU)
testONNXModels("ReLU");
}
TEST_P(Test_ONNX_layers, Clip)
{
testONNXModels("clip", npy);
}
TEST_P(Test_ONNX_layers, MaxPooling_Sigmoid)
{
testONNXModels("maxpooling_sigmoid");