tqchen commented on PR #18213:
URL: https://github.com/apache/tvm/pull/18213#issuecomment-3193917796

   Update note:
   
   Make bytes serialization more self-contained across ffi
      - SaveBinary => SaveToBytes 
      - LoadFromBinary =>LoadFromBytes
      - Global registration keys are updated accordingly
      - `ffi.Module.load_from_bytes.<kind>`
      - `ffi.Module.load_from_bytes.<kind>`
   Clarify API naming
     - Save => WriteToFile
     - type_ket =>kind (to avoid confusion with object system type key)
    
   Update API convention
      - Remove sptr_to_self as we can obtain it in the Obj
      - Move most functions to ModuleObj


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to