damccorm commented on code in PR #24725:
URL: https://github.com/apache/beam/pull/24725#discussion_r1100519220
##########
sdks/python/apache_beam/ml/inference/tensorrt_inference.py:
##########
@@ -122,7 +122,16 @@ def __init__(self, engine: trt.ICudaEngine):
self.outputs = []
self.gpu_allocations = []
self.cpu_allocations = []
- """Setup I/O bindings."""
+
+ # TODO(https://github.com/NVIDIA/TensorRT/issues/2557):
Review Comment:
Should we have an issue on our end to track this?
--
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]