huajsj commented on a change in pull request #9751:
URL: https://github.com/apache/tvm/pull/9751#discussion_r770185861
##########
File path: src/runtime/pipeline/pipeline_struct.h
##########
@@ -25,20 +25,26 @@
#include <limits>
#include <string>
#include <unordered_map>
+#include <utility>
#include <vector>
+#define GLOBAL_MODULE_INDEX -1
/*!
* \brief All binding information of a output interface.
*/
-struct OutputBindings {
+class ConfigBindings {
+ private:
Review comment:
fixed.
--
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]