wweic commented on a change in pull request #4693: [runtime][refactor] Unify vm 
and interpreter objects
URL: https://github.com/apache/incubator-tvm/pull/4693#discussion_r366596598
 
 

 ##########
 File path: python/tvm/container.py
 ##########
 @@ -114,3 +116,56 @@ class LoweredFunc(Object):
     MixedFunc = 0
     HostFunc = 1
     DeviceFunc = 2
+
+
+@register_object
+class ADT(Object):
+    """Algebatic data type(ADT) object.
 
 Review comment:
   ```suggestion
       """Algebraic data type(ADT) 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to