icemelon9 commented on a change in pull request #7210:
URL: https://github.com/apache/tvm/pull/7210#discussion_r557777536
##########
File path: include/tvm/relay/op_attr_types.h
##########
@@ -85,7 +85,7 @@ using TNonComputational = bool;
/*!
* \brief Mark the operator whether output shape is data dependant.
*/
-using TShapeDataDependant = bool;
+using TShapeDataDependant = Array<Integer>;
Review comment:
I see. We can use integer then.
----------------------------------------------------------------
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]