siju-samuel commented on a change in pull request #5331: [relay][topi] Add 
operation relay.nn.dilate() which calls topi.nn.dilate()
URL: https://github.com/apache/incubator-tvm/pull/5331#discussion_r408310450
 
 

 ##########
 File path: src/relay/op/nn/nn.cc
 ##########
 @@ -961,6 +961,56 @@ Do log on the data - do not accept logits.
 .add_type_rel("CrossEntropy", CrossEntropyRel);
 
 
+/////
+// relay.nn.dilate
+TVM_REGISTER_NODE_TYPE(DilateAttrs);
+
+bool DilateRel(const Array<Type>& types,
+                    int num_inputs,
+                    const Attrs& attrs,
+                    const TypeReporter& reporter) {
 
 Review comment:
   Align the arguments

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


With regards,
Apache Git Services

Reply via email to