maheshambule commented on a change in pull request #5082: [Relay, Topi] [TF,
MXNet] Unravel Index operator
URL: https://github.com/apache/incubator-tvm/pull/5082#discussion_r394556662
##########
File path: include/tvm/relay/attrs/transform.h
##########
@@ -321,6 +321,12 @@ struct ArgWhereAttrs : public
tvm::AttrsNode<ArgWhereAttrs> {
}
}; // struct ArgWhereAttrs
+/*! \brief Attributes used in unravel_index operators */
+struct UnRavelIndexAttrs : public tvm::AttrsNode<UnRavelIndexAttrs> {
+ TVM_DECLARE_ATTRS(UnRavelIndexAttrs, "relay.attrs.UnRavelIndexAttrs") {
Review comment:
Ok. Thanks. This is good to know. I have removed the attrs for both
unravel_index and argwhere.
----------------------------------------------------------------
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