jcf94 commented on a change in pull request #8527:
URL: https://github.com/apache/tvm/pull/8527#discussion_r675311241
##########
File path: src/relay/op/nn/nn.cc
##########
@@ -932,15 +932,18 @@ If the input has size k on axis 1, then both gamma and
beta have shape (k,).
.set_support_level(1)
.add_type_rel("GroupNorm", GroupNormRel);
-// relay.nn.batch_matmul
+// ------------------- relay.nn.batch_matmul
Review comment:
Just add the scope comment to the front and the end of these code
blocks. 😄
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]