Open justinchuby opened 1 year ago
Let's consider this too https://github.com/microsoft/onnxscript/issues/806. And should we inline small tensors, like the one in your example for Use value_ints etc. to replace make_tensor calls
?
- Remove assignment and return the last expression
Since this is fairly generic, I wonder if we can just use some standard python tools as a post-processing cleanup (rather than implement it ourselves)?
[ ] Remove assignment and return the last expression
should become
value_ints
etc. to replacemake_tensor
calls