Skip to content

Commit 3b3bd93

Browse files
authored
add layernorm (#33610) (#33707)
1 parent bf3161b commit 3b3bd93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/paddle/fluid/contrib/slim/quantization/quantization_pass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"transpose",
8282
"pad2d",
8383
"reshape",
84+
"layer_norm",
8485
]
8586

8687
# list op real input and output names, to avoid processing input such as AxisTensor.

0 commit comments

Comments
 (0)