mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
add broadcast where node
This commit is contained in:
@@ -2492,6 +2492,11 @@ TEST_P(Test_ONNX_layers, OpenAI_CLIP_head)
|
||||
testONNXModels("clip-vit-base-head");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, where_node)
|
||||
{
|
||||
testONNXModels("where_layer");
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(/**/, Test_ONNX_nets, dnnBackendsAndTargets());
|
||||
|
||||
}} // namespace
|
||||
|
||||
Reference in New Issue
Block a user