tqchen edited a comment on issue #4692: [tvm][runtime] Add FFI for ADT URL: https://github.com/apache/incubator-tvm/pull/4692#issuecomment-573450404 I am not sure it is the right way. From the developer's perspective, ADT is simply a subclass of object, so the current FFI should already be able to handle it (as an Object). NOTE: NDArray and Module are specially handled to deal with the C API backward compact and keep the C API simple. Module for example, could have been directly folded into Object
---------------------------------------------------------------- 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] With regards, Apache Git Services
