tqchen opened a new pull request #5730:
URL: https://github.com/apache/incubator-tvm/pull/5730


   We use a single enum(TypeCode) to represent ArgTypeCode and DLDataTypeCode.
   However, as we start to expand more data types, it is clear that argument
   type code(in the FFI convention) and data type code needs to evolve 
separately.
   So that we can add first class for data types without having changing the 
FFI ABI.
   
   This PR makes the distinction clear and refactored the code to separate the 
two.
   
   - [PY] Separate ArgTypeCode from DataTypeCode
   - [WEB] Separate ArgTypeCode from DataTypeCode
   - [JAVA] Separate ArgTypeCode from DataTypeCode
   
   


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


Reply via email to