PhilippvK commented on pull request #9256:
URL: https://github.com/apache/tvm/pull/9256#issuecomment-943046720


   @masahi I first tried to follow the same approach as in the PyTorch 
frontend, just passing a dict to overwrite the convert map. However in the 
TFLite frontend, the `convert_*` functions are instance methods of the 
`OperatorConverter` class, so I decided to accept an `op_converter` defined by 
the user which will most likely be inherited from the original one.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to