tqchen commented on a change in pull request #5718:
URL: https://github.com/apache/incubator-tvm/pull/5718#discussion_r434270105
##########
File path: include/tvm/runtime/container.h
##########
@@ -1301,6 +1301,10 @@ class String : public ObjectRef {
*/
operator std::string() const { return std::string{get()->data, size()}; }
+ static bool CanConvertFrom(const TVMArgValue& val) {
Review comment:
docstring
----------------------------------------------------------------
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]