tqchen commented on code in PR #94:
URL: https://github.com/apache/tvm-ffi/pull/94#discussion_r2414489707


##########
python/tvm_ffi/cython/type_info.pxi:
##########
@@ -136,6 +126,29 @@ class TypeSchema:
     def from_json_str(s) -> "TypeSchema":
         return TypeSchema.from_json_obj(json.loads(s))
 
+    def repr(self, ty_map = None) -> str:

Review Comment:
   need to document the function 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to