onnxruntime
3ca8a49f - [QNN-EP] Replace Upsample with Resize during Quantization (#24896)

Commit
229 days ago
[QNN-EP] Replace Upsample with Resize during Quantization (#24896) ### Description Replace the Upsample with Resize during quantization to avoid causing the invalid graph ### Motivation and Context After the quantization, if the opset of original onnx model is less than 10, the opset of QDQ model will be upgraded to 11. However, Upsample is deprecated in opset 11, which will make the onnx model invalid. So, we replace the Upsample with Resize if the opset needs to be upgraded to 11. --------- Co-authored-by: chuteng <chuteng@qti.qualcomm.com>
Author
Parents
Loading