vinx13 opened a new pull request #9919:
URL: https://github.com/apache/tvm/pull/9919


   There are a few objects only registered via `TVM_REGISTER_OBJECT_TYPE` 
instead of `TVM_REGISTER_NODE_TYPE`. They don't have reflections tables 
available. From python ffi, any registered objects will always go into 
`NodeGetAttr`, even if some of them don't reflection table. After this PR, it 
will raises `AttributeError` instead here 
https://github.com/apache/tvm/blob/main/src/node/reflection.cc#L108-L111
   
   @junrushao1994 @tqchen @Hzfengsy 


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