You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/10/14 06:46:55 UTC

[GitHub] [tvm] PhilippvK commented on pull request #9256: [TFLite] Add option to overwrite OperatorConverter class in relay.frontend.from_tflite

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-unsubscribe@tvm.apache.org

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