Skip to content

Commit d13ddfb

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Fix pyre
Differential Revision: D68986388
1 parent dd8da0f commit d13ddfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/_passes/fuse_batchnorm2d_pass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def try_set_param(
112112
if not try_set_param(conv_bias_node, fused_conv_bias) and try_set_param(
113113
bn_bias_node, fused_conv_bias
114114
):
115+
# pyre-ignore[60]
115116
# Conv didn't have bias but batchnorm did, steal bias from batchnorm.
116117
conv_args = (*conv.args[0:2], bn_bias_node, *conv.args[3:])
117118
conv.args = conv_args

0 commit comments

Comments
 (0)