tqchen opened a new pull request, #115:
URL: https://github.com/apache/tvm-ffi/pull/115

   This PR does two things:
   - We renamed PyNativeObject.__tvm_ffi_object__ to _tvm_ffi_cached_object 
This is because the dunder convention is normally used for functions instead of 
attributes
   - We then updated the original __tvm_ffi_tensor__ protocol to 
__tvm_ffi_object__ so that the same protocol can be used for generic objects.
   
   Given the original attribute is hidden to user and we did not yet introduce 
__tvm_ffi_tensor__ in a formal release, the change should have low impact. We 
will however freeze the protocol for formal release ideally soon.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to