Skip to content

Commit e8b359f

Browse files
aorenstefacebook-github-bot
authored andcommitted
pyre-fixmes for D75477355 - executorch
Summary: Additional pyre-fixmes needed by pytorch change D75477355 that weren't caught by diff-time CI. Differential Revision: D77120307
1 parent 695c7d5 commit e8b359f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cadence/aot/quantizer/patterns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def get_anchors(
109109
)
110110

111111
def replacement_op(self) -> OpOverload:
112+
# pyre-fixme[7]: Expected `OpOverload` but got `OpOverloadPacket`.
112113
return torch.ops.cadence.quantized_linear
113114

114115

0 commit comments

Comments
 (0)