Skip to content

Commit

Permalink
fix missing qparams in aten::upsample_nearest2d (apache#7646)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleflea authored and Trevor Morris committed May 6, 2021
1 parent da5ea55 commit f340d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/qnn_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def add_input_quant_params_to_op_inputs(graph):
"quantized::mul": 2,
"aten::dequantize": 1,
"aten::mean": 1,
"aten::upsample_nearest2d": 1,
"aten::upsample_bilinear2d": 1,
"aten::relu_": 1,
"aten::relu": 1,
Expand Down

0 comments on commit f340d74

Please sign in to comment.