Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d47550

Browse files
borisfomcrcrpar
andauthored
Update tests/L0/run_fused_layer_norm/test_fused_layer_norm.py
Co-authored-by: Masaki Kozuki <[email protected]>
1 parent a8d9e43 commit 0d47550

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/L0/run_fused_layer_norm/test_fused_layer_norm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def _verify_export(self, fused, fused_x):
270270
input_names=['x_in'],
271271
opset_version=18,
272272
)
273-
print(onnx_str)
274273
assert 'x_in' in onnx_str
275274
assert 'ReduceMean' in onnx_str or 'LayerNormalization' in onnx_str
276275

0 commit comments

Comments
 (0)