microsoft / onnxscript

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

[discussion] Disable certain optimizer passes #1527

Open shubhambhokare1 opened 4 months ago

shubhambhokare1 commented 4 months ago

Allow the user to disable certain passes in the optimizer based on their requirements.

justinchuby commented 4 months ago

Potentially related: #1524

justinchuby commented 4 months ago

Do you have thoughts / ideas?