tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[FFI] Introduce FFI reflection support in python

Open tqchen opened this issue 5 months ago • 0 comments
trafficstars

This PR brings up new reflection support in python. The new reflection now directly attaches property and methods to the class object themselves, making more efficient accessing than old mechanism.

It will also support broader set of value types that are compatible with the FFI system.

For now the old mechanism and new mechanism will co-exist, and we will phase out old mechanism as we migrate most needed features into new one.

tqchen avatar Jun 17 '25 01:06 tqchen