comaniac commented on a change in pull request #10388:
URL: https://github.com/apache/tvm/pull/10388#discussion_r817934703
##########
File path: src/runtime/contrib/tensorrt/tensorrt_builder.cc
##########
@@ -139,17 +141,21 @@ void TensorRTBuilder::AddLayer(int nid, const
JSONGraphNode& node) {
<< " requires weights but got a tensor.";
}
}
+ VLOG(1) << "INT " << input.type;
Review comment:
Seems not meaningful even in VLOG.
--
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]