tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Relax][Frontend][Onnx] fix clip unsqueeze opset implement

Open chengven027 opened this issue 1 year ago • 0 comments
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.

chengven027 avatar Feb 18 '24 13:02 chengven027