1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #15986 from dkurt:fix_15863

This commit is contained in:
Alexander Alekhin
2019-11-25 20:04:47 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1585,7 +1585,7 @@ void TFImporter::populateNet(Net dstNet)
}
}
}
else if (type == "FusedBatchNorm")
else if (type == "FusedBatchNorm" || type == "FusedBatchNormV3")
{
// op: "FusedBatchNorm"
// input: "input"