tkonolige commented on a change in pull request #7553:
URL: https://github.com/apache/tvm/pull/7553#discussion_r584857735



##########
File path: python/tvm/tir/stmt.py
##########
@@ -429,6 +433,164 @@ def __init__(self, buffer, bounds, span=None):
         self.__init_handle_by_constructor__(_ffi_api.Prefetch, buffer, bounds, 
span)
 
 
+@tvm._ffi.register_object("tir.BufferRegion")
+class BufferRegion(Object):
+    """BufferRegion node.

Review comment:
       It might be worthwhile to add some more documentation to these objects.




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