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

Merge pull request #24334 from fengyuentau:fix_24319

dnn onnx: fix not-found constant indices for Gather if shared
This commit is contained in:
Alexander Smorkalov
2023-09-28 13:08:26 +03:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -243,6 +243,10 @@ TEST_P(Test_ONNX_layers, GatherMulti)
testONNXModels("gather_multi", npy, 0, 0, false, false);
}
TEST_P(Test_ONNX_layers, Gather_shared_indices) {
testONNXModels("gather_shared_indices", npy, 0, 0, false, false, 1);
}
TEST_P(Test_ONNX_layers, Convolution3D)
{
if (backend == DNN_BACKEND_CUDA && target == DNN_TARGET_CUDA_FP16)