At the moment, creating ONNX library node implementations entails a double nested loop over all expansions, which is hard to read and debug. If we could avoid dynamic class creation and the double for loop, or at least clean it up, it would be more approachable.
At the moment, creating ONNX library node implementations entails a double nested loop over all expansions, which is hard to read and debug. If we could avoid dynamic class creation and the double for loop, or at least clean it up, it would be more approachable.