Skip to content

Commit 809a1a5

Browse files
authored
Fix pyre
Differential Revision: D66176243 Pull Request resolved: #6965
1 parent 34d4398 commit 809a1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/operators/op_add.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def define_node(
8282

8383
if needs_rescale:
8484
# Scale output back to 8 bit
85+
# pyre-ignore
8586
tqutils.rescale_node_back_to_int8(node, add_output, scale, tosa_graph)
8687

8788

0 commit comments

Comments
 (0)