Skip to content

Commit

Permalink
fix missing qparams in aten::upsample_nearest2d (#7646)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleflea authored Mar 12, 2021
1 parent 9d72bd0 commit 1a50679
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 1a50679

Please sign in to comment.