Skip to content

Commit 75bbd1c

Browse files
committed
Remove MeanVarNorm from allowlists to avoid expansion
Signed-off-by: Zahid Wakeel <zahid.wakeel@multicorewareinc.com>
1 parent e8a7ddf commit 75bbd1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/torch_mlir/extras/onnx_importer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ class Config:
103103
function_expansion_allowlists_by_domain: Optional[Dict[str, set[str]]] = field(
104104
default_factory=lambda: {
105105
# Default domain (ONNX built-in ops)
106-
"": {
107-
"MeanVarianceNormalization",
108-
}
106+
"": {}
109107
}
110108
)
111109

0 commit comments

Comments
 (0)