gigiblender commented on code in PR #12066:
URL: https://github.com/apache/tvm/pull/12066#discussion_r932203257
##########
src/relay/backend/graph_executor_codegen.cc:
##########
@@ -645,8 +629,8 @@ class GraphExecutorCodegen : public
backend::MemoizedExprTranslator<std::vector<
String mod_name_;
/*! \brief function metadata */
Map<String, FunctionInfo> function_metadata_;
- /*! \brief name map */
- std::unordered_map<std::string, size_t> name_map_;
+ /*! \brief NameSupply */
+ NameSupply name_supply_ = NameSupply("");
Review Comment:
This contradicts a previous suggestion:
https://github.com/apache/tvm/pull/12066#discussion_r929446411
--
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]