masahi edited a comment on pull request #7023:
URL: https://github.com/apache/tvm/pull/7023#issuecomment-738344230


   Thanks for working on this. I have two questions:
   
   1. What is the distinction between op converters method with `@staticmethod` 
annotation and the ones without it (the ones which take `self` as argument)?
   2. Can we remove `functools.partial` stuff? So rather than having `def 
_unary(name, inputs, input_types):` etc,  can we have something like `def 
_unary(name): return lambda inputs, input_types: ...` 
   
   cc @siju-samuel We will be doing big refactoring of pytorch frontend.


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