You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using onnx-mlir to convert ONNX dialect to StableHLO, but noticed that onnx.EntryPoint() wasn't eliminated in the output. It seems that onnx.EntryPoint() primarily serves as a marker for function entry points. Can I directly remove it during the conversion process?