Update utils.py (#10186)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user