tqchen commented on a change in pull request #5578:
URL: https://github.com/apache/incubator-tvm/pull/5578#discussion_r426677508
##########
File path: include/tvm/relay/base.h
##########
@@ -93,7 +93,7 @@ class IdNode : public Object {
* this only acts as a hint to the user,
* and is not used for equality.
*/
- std::string name_hint;
+ String name_hint;
Review comment:
per
https://github.com/apache/incubator-tvm/issues/5490#issuecomment-624408382
every update to the IRNode object needs to have a backward compatible update
code
----------------------------------------------------------------
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]