mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Several fixes for ONNX importer: Expand, Gather
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user