ANSHUMAN87 commented on a change in pull request #6889:
URL: https://github.com/apache/tvm/pull/6889#discussion_r539938437



##########
File path: include/tvm/relay/attrs/nn.h
##########
@@ -937,7 +937,15 @@ struct DenseAttrs : public tvm::AttrsNode<DenseAttrs> {
 
 /*! \brief Attributes for sparse_dense operator */
 struct SparseDenseAttrs : public tvm::AttrsNode<SparseDenseAttrs> {
-  TVM_DECLARE_ATTRS(SparseDenseAttrs, "relay.attrs.SparseDenseAttrs") {}
+  bool sparse_lhs;

Review comment:
       Thanks @FrozenGene! Lhs is used to indicate which matrix is sparse in 
the Op. You are most welcome to suggest a better name! 




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


Reply via email to