You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getTensorShape(char const * tensorName) requires tensorName. If I want to get the name automatically instead of specifying the name, getBindingName(int32_t) is provided. But it is also deprecated in 8.5, what can I do?
Description
Hello!
I want to find out the BindingIndex by the tensor name.
How can I do this, provided that the getBindingIndex() method is deprecated in 8.5.
Environment
TensorRT Version: 8.6
NVIDIA GPU: RTX 3060
NVIDIA Driver Version: 545.23.06
CUDA Version: 11.1
CUDNN Version: 8.0.4
Operating System:
Python Version (if applicable): 3.8
PyTorch Version (if applicable): 10.1
The text was updated successfully, but these errors were encountered: