kevinthesun commented on a change in pull request #7404:
URL: https://github.com/apache/tvm/pull/7404#discussion_r570636626
##########
File path: src/relay/op/nn/nn.h
##########
@@ -88,6 +90,29 @@ bool DenseRel(const Array<Type>& types, int num_inputs,
const Attrs& attrs,
return true;
}
+template <typename AttrType>
Review comment:
I keep ```DensePackRel``` here since ```DenseRel``` is in ```nn.h```.
----------------------------------------------------------------
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]