MasterJH5574 opened a new pull request, #12963:
URL: https://github.com/apache/tvm/pull/12963

   It is noticed that many Attrs declared in this 
[file](https://github.com/apache/tvm/blob/main/include/tvm/relay/attrs/transform.h)
 are not registered [on Python 
side](https://github.com/apache/tvm/blob/main/python/tvm/relay/op/op_attrs.py). 
This will cause these Attrs having type `Object` when running with Python.
   
   Therefore, this PR registers the missing operators in `op_attrs.py`, to make 
them have right types during runtime.
   
   cc @spectrometerHBH @vinx13 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to