masahi commented on pull request #10663: URL: https://github.com/apache/tvm/pull/10663#issuecomment-1071556287
> Hmm, so the unordered map doesn't have an ordering The actual order doesn't matter, does it? `unordered_map` doesn't store elements in a sorted order, but it does have some ordering internally determined by the comparison functor. And what we need is just a fixed order, not necessarily the sorted order, so I think `unordered map` should do the job. -- 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]
