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

Several fixes for ONNX importer: Expand, Gather

This commit is contained in:
Dmitry Kurtaev
2023-03-27 19:40:59 +03:00
parent 352f92e437
commit 5e1d33329b
2 changed files with 16 additions and 4 deletions
+5
View File
@@ -2487,6 +2487,11 @@ TEST_P(Test_ONNX_layers, Gelu)
testONNXModels("gelu_approximation");
}
TEST_P(Test_ONNX_layers, OpenAI_CLIP_head)
{
testONNXModels("clip-vit-base-head");
}
INSTANTIATE_TEST_CASE_P(/**/, Test_ONNX_nets, dnnBackendsAndTargets());
}} // namespace