masahi commented on code in PR #15679:
URL: https://github.com/apache/tvm/pull/15679#discussion_r1339295756
##########
src/relax/transform/alter_op_impl.cc:
##########
@@ -314,6 +377,8 @@ class AlterOpImplMutator : public ExprMutator {
Map<PrimFunc, GlobalVar> cache_;
/*! \brief Input IRModule */
const IRModule& mod_;
+ /*! \brief Map from shape_dim attribute to the remove_pad GlobalVar */
+ Map<String, GlobalVar> remove_pad_map_;
Review Comment:
Why not `std::unordered_map<int, GlobalVar>'?
--
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]