tqchen opened a new pull request, #17923: URL: https://github.com/apache/tvm/pull/17923
This PR removes part of ffi refactor scafolding redirection and directly update the using sites. - PackedFunc => ffi::Function - TypedPackedFunc => ffi::TypedFunction - TVMArgs => ffi::PackedArgs - TVMRetValue => ffi::Any - TVMArgValue => ffi::AnyView Also updates the ffi::Function::FromUnpacked to ffi::Function::FromTyped to be consistent with the set_body_typed API. -- 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]
