tqchen commented on a change in pull request #6218:
URL: https://github.com/apache/incubator-tvm/pull/6218#discussion_r466099841
##########
File path: include/tvm/target/target.h
##########
@@ -93,6 +94,13 @@ class TargetNode : public Object {
private:
/*! \brief Internal string repr. */
mutable std::string str_repr_;
+ /*! \brief Parsing TargetNode::attrs from a list of raw strings. */
+ ObjectRef ParseAttr(const ObjectRef& obj, const
TargetKindNode::ValueTypeInfo& info) const;
Review comment:
document all arguments
----------------------------------------------------------------
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]