We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d4398 commit 809a1a5Copy full SHA for 809a1a5
backends/arm/operators/op_add.py
@@ -82,6 +82,7 @@ def define_node(
82
83
if needs_rescale:
84
# Scale output back to 8 bit
85
+ # pyre-ignore
86
tqutils.rescale_node_back_to_int8(node, add_output, scale, tosa_graph)
87
88
0 commit comments