Update utils.py (#10186)

This commit is contained in:
Indira Salyahova
2022-02-08 13:51:29 +03:00
committed by GitHub
parent 24c4ccc621
commit f17c26506f

View File

@@ -341,5 +341,5 @@ def get_ignored_operations(model):
operation = {"transformer": [{"type": "Add"}, {"type": "Power"},
{"type": "Squeeze"}, {"type": "Multiply"},
{"type": "Subtract"}, {"type": "ReduceMean"},
{"type": "SquaredDifference"}]}
{"type": "SquaredDifference"}, {"type": "MVN"}]}
return operation[model]