onnx-simplifier
onnx-simplifier copied to clipboard
How to get whole pass list for disable optimizations
The 0.4.19 add a optimizations to merge consecutive slice into one slice, I want to disable this pass but don't know what pass to disable.
Generally, how can we now what passes that onnxsim has used and we can disable some of them?