Beya2019 opened a new pull request #7826: URL: https://github.com/apache/tvm/pull/7826
std::map and std::unordered_map have the clear() member function to clear the contents. tvm::Array also has the clear() member function. In order to be consistent with tvm::Array/std::map/std::unordered_map, we add the clear() member function in tvm::Map class used existing function implementation @tqchen @yzhliu Would you please have a look at this? Thanks very much. -- 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]
