xqdan edited a comment on pull request #8079: URL: https://github.com/apache/tvm/pull/8079#issuecomment-844692104
> @xqdan Thanks a lot for this PR. > > I'd really like to complete registering ops from python. > Some discussions are in [RFC 9903](https://discuss.tvm.apache.org/t/rfc-register-ops-from-python-site-and-followup/9903/4). > > The major problem (why I didn't complete it at once) is that the `TypeRelation` currently is pure C++ with very limited FFI. > Also, need to think about how to use TypeReporter while `InferType` from python? 1, We may need to expose some basic TypeRelation function without TypeReporter . 2, We apply infer result by TypeReporter in ir.OpAddTypeRel, which is c++ side. -- 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: [email protected]
