What is "No Graph will run on TRT Execution provider" ? #13935
Unanswered
davodogster
asked this question in
Other Q&A
Replies: 1 comment
-
Hi @davodogster, That warning indicates that TensorRT will not run any operators (i.e., graphs of operators) in your ONNX model. Instead, other execution providers, such as the default CPU execution provider or any other execution providers added to the session, will have to run the model. This is a warning that should not be ignored if you encounter it in your own application and you expect the TensorRT execution provider to accelerate model inference. However, I believe that your screenshot shows this warning occurring within the onnxruntime build tests. If this is the case, you can ignore the warnings as long as the tests pass. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this warning bad or can it be safely ignored?
Beta Was this translation helpful? Give feedback.
All reactions