xqdan commented on a change in pull request #8079:
URL: https://github.com/apache/tvm/pull/8079#discussion_r645228765
##########
File path: include/tvm/ir/op.h
##########
@@ -244,12 +244,18 @@ class OpRegEntry {
runtime::TypedPackedFunc<bool(const Array<Type>&, int, const Attrs&,
const TypeReporter&)>
type_rel_func);
/*!
- * \brief Set the the attrs type key and index to be AttrsType.
+ * \brief Set the attrs type key and index to be AttrsType.
* \tparam AttrsType the attribute type to b set.
* \return reference to self.
*/
template <typename AttrsType>
inline OpRegEntry& set_attrs_type();
+ /*!
+ * \brief Set the attrs type key and index to be AttrsType.
+ * \tparam key The attribute type key to be set.
Review comment:
Thanks
--
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]