tvm
tvm copied to clipboard
[Relax][Frontend][Onnx] fix clip unsqueeze opset implement
trafficstars
Hi, tvm: This PR fixes a bug related to different opsets in the clip and unsqueeze operations. My model's opset default version is 10, and there is no implementation for opset below 10 for these two operators. Therefore, there might be some issues.