mbs-octoml commented on code in PR #11474:
URL: https://github.com/apache/tvm/pull/11474#discussion_r888491042
##########
include/tvm/relay/function.h:
##########
@@ -170,19 +170,34 @@ const FunctionNode* AsOptimizableFunctionNode(const
BaseFunc& base_func);
* \brief namespace of the attributes that can be attached to a
relay::Function.
*/
namespace attr {
-/*! \brief Mark the function as a primitive function. */
+
+/*!
+ * \brief Mark the function as a primitive function. Should be bound to \p
Integer(1).
Review Comment:
Rewrote the comment, which was vacuous anyway.
--
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]