kevinthesun commented on pull request #6449:
URL: https://github.com/apache/incubator-tvm/pull/6449#issuecomment-692392769


   > Is moving to fully dynamic frontend like being done for onnx #6351 help 
removing infer_value usage?
   
   While we try to make relay expression as static as possible, a lot of work 
can still only be done in frontend. For these cases we still need to use 
_infer_value. This happens a lot for tf/pt od models. For some simple ops such 
as topk, we can directly use dyn namespace op and eliminate _infer_value.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to