You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have sometimes encountered errors related to importing ONNX operators into ONNX dialect, e.g. #217. This happened when working with a new ONNX model.
It is better to have test cases for the importer to make sure that it works well in different situations. Something similar to test cases for shape inference, lowering, etc.
The text was updated successfully, but these errors were encountered:
I have sometimes encountered errors related to importing ONNX operators into ONNX dialect, e.g. #217. This happened when working with a new ONNX model.
It is better to have test cases for the importer to make sure that it works well in different situations. Something similar to test cases for shape inference, lowering, etc.
The text was updated successfully, but these errors were encountered: