ganler commented on PR #14334:
URL: https://github.com/apache/tvm/pull/14334#issuecomment-1475414622

   For now:
   
   - `tvm.relax.transform.DeadCodeElimination` is the pass for running DCE over 
an IRModule.
   - `tvm.relax.analysis.remove_all_unused` is the pass that .... over a 
function.
   
   `tvm.relax.transform.DeadCodeElimination` is implemented based on 
`tvm.relax.analysis.remove_all_unused`. I did not sync the function name for 
the two, as I saw there are other uses for `RemoveAllUnused` so just want to be 
conservative first.


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to