jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
682 stars 89 forks source link

Set ONNX opset version to 10 #98

Open markuswt opened 1 year ago

markuswt commented 1 year ago

TASO was developed with ai.onnx opset version 10. Since then, breaking changes have been introduced to operator specifications. Manually pinning down the opset version to 10 is a workaround for these changes.