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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user