We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef824ad commit 5701d03Copy full SHA for 5701d03
src/printer/relay_text_printer.cc
@@ -515,11 +515,7 @@ Doc RelayTextPrinter::VisitExpr_(const CallNode* op) {
515
for (const Expr& arg : op->args) {
516
args.push_back(Print(arg));
517
}
518
-#if TVM_LOG_DEBUG
519
- for (const Type& type_arg : op->type_args) {
520
- args.push_back(Print(type_arg));
521
- }
522
-#endif
+
523
for (const Doc& d : PrintCallAttrs(op->attrs, op->op)) {
524
args.push_back(d);
525
0 commit comments