fix: Error caused by invalid binding name in `TRTEngine.to_str()` method by gs-olive · Pull Request #1846 · pytorch/TensorRT
- Fix `to_str()` method using invalid binding names for TRT Engines - Method was using standard I/O names of the form `input_*`, `output_*`, which does not represent the full range of potential names - Update implementation to access binding names directly from binding names array - Update debug message printing to improve readability + clarity
gs-olive
marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters