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 8455a71 commit 9ea1837Copy full SHA for 9ea1837
backends/arm/operators/op_max_pool2d.py
@@ -57,7 +57,7 @@ def define_node(
57
output_zp = 0
58
59
if is_quant_node:
60
- input_zp = get_quant_arg_upstream(torch.fx.Node, node.all_input_nodes[0]).zp
+ input_zp = get_quant_arg_upstream(node.all_input_nodes[0]).zp
61
output_zp = get_quant_arg_downstream(list(node.users)[0]).zp
62
63
attr = ts.TosaSerializerAttribute()
0 commit comments