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
It would be convenient to augment the DataType enum to represent more properties of the data type (besides the bitwidth, name, and NumPy equivalent), such as signedness, whether it is an integer or float (the latter is already implemented), or the minimum/maximum supported value if relevant. These could then be considered, for example, in match conditions of ONNX Script pattern rewrite rules.