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 d942a98 commit 8917081Copy full SHA for 8917081
python/tvm/relay/frontend/qnn_torch.py
@@ -353,6 +353,7 @@ def add_input_quant_params_to_op_inputs(graph):
353
"quantized::mul": 2,
354
"aten::dequantize": 1,
355
"aten::mean": 1,
356
+ "aten::upsample_nearest2d": 1,
357
"aten::upsample_bilinear2d": 1,
358
"aten::relu_": 1,
359
"aten::relu": 1,
0 commit comments