d-smirnov commented on a change in pull request #8509:
URL: https://github.com/apache/tvm/pull/8509#discussion_r807790347
##########
File path: include/tvm/tir/transform.h
##########
@@ -29,6 +29,14 @@
#include <tvm/tir/function.h>
#include <string>
+#include <vector>
+
+// Forward declarations from tvm::relay
+namespace tvm {
+namespace relay {
+class ConstantNode;
+} // namespace relay
+} // namespace tvm
Review comment:
We don't. Removed.
--
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]