microsoft / onnxscript

ONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
https://onnxscript.ai/
MIT License
271 stars 53 forks source link

Support dynamic start/end in arange #1845

Open justinchuby opened 3 weeks ago

justinchuby commented 3 weeks ago

Discovered in https://github.com/pytorch/pytorch/pull/133748. The native-functions signature is not accurate. May need to update.

### Tasks
- [ ] Update the torchlib implementations
- [ ] Verify and create a PyTorch issue to update the native-functions signature