masahi commented on a change in pull request #7210:
URL: https://github.com/apache/tvm/pull/7210#discussion_r557764451
##########
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 did try `Array<Bool>` at first, but it didn't compile
----------------------------------------------------------------
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]