tqchen commented on code in PR #16254:
URL: https://github.com/apache/tvm/pull/16254#discussion_r1428868101


##########
include/tvm/relax/attrs/manipulate.h:
##########
@@ -156,6 +156,21 @@ struct ScatterElementsAttrs : public 
tvm::AttrsNode<ScatterElementsAttrs> {
         "either \"update\", \"add\", \"mul\", \"mean\", \"min\" or \"max\".");
   }
 };  // struct ScatterElementsAttrs
+
+/*! \brief Attributes used in sort operator */
+struct SortAttrs : public tvm::AttrsNode<SortAttrs> {

Review Comment:
   sorting.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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to