guyzsarun commented on issue #7563:
URL: https://github.com/apache/tvm/issues/7563#issuecomment-791326547


   Disable `CanonicalizeOps` seems to be it
   ```
   with 
tvm.transform.PassContext(opt_level=opt_level,disabled_pass=["CanonicalizeOps"]):
       lib = relay.build(...)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to