tqchen commented on a change in pull request #7086:
URL: https://github.com/apache/tvm/pull/7086#discussion_r548997720
##########
File path: src/relay/op/tensor/transform.cc
##########
@@ -455,13 +455,14 @@ RELAY_REGISTER_OP("transpose")
TVM_REGISTER_NODE_TYPE(ReshapeAttrs);
TVM_REGISTER_NODE_TYPE(ReshapeLikeAttrs);
-Array<IndexExpr> infer_newshape(const Array<IndexExpr>& data_shape, const
Attrs& attrs) {
+Array<IndexExpr> infer_newshape(const Array<IndexExpr>& data_shape, const
Attrs& attrs,
Review comment:
InferNewShape per Google C style
----------------------------------------------------------------
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]