Open cbourjau opened 3 months ago
One broader note/thought on this. The type gymnastics required to ensure things work smoothly on the onnxruntime backend is really best suited for a separate package entirely (which we may or may not import here) that consolidates the rewrite rules being performed at the graph level.
A few reasons:
The next release of onnxruntime will sport some more kernels that we need for reduction operations (related PR). Let's revisit some of our data type work around after the next release.