Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Error caused by invalid binding name in TRTEngine.to_str() method #1846

Merged
merged 1 commit into from
Apr 20, 2023

Commits on Apr 20, 2023

  1. fix: Error caused by invalid binding name

    - 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 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e1abcbb View commit details
    Browse the repository at this point in the history