zhiics commented on a change in pull request #7210:
URL: https://github.com/apache/tvm/pull/7210#discussion_r556975451



##########
File path: python/tvm/relay/op/op.py
##########
@@ -364,7 +364,7 @@ def register_shape_func(op_name, data_dependant, 
shape_func=None, level=10):
     op_name : str
         The name of the op.
 
-    data_dependant : bool
+    data_dependant : bool or list of bool

Review comment:
       Let's have better doc for this so that users know that it could be a 
list of booleans that indicates if each of the input is data dependent of not.




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