[Documentation] Is onnx computational graph static or dynamic? #13337
Unanswered
mohsenMahmoodzadeh
asked this question in
Other Q&A
Replies: 1 comment
-
The ONNX graph is static. You can read more about graph optimizations applied by ONNX Runtime here |
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.
-
Describe the documentation issue
As mentioned in the onnxruntime documentation:
My question is:
Is the exported ONNX computational graph a static graph or a dynamic one?
Page / URL
https://onnxruntime.ai/docs/tutorials/accelerate-pytorch/pytorch.html#inference-with-onnxruntime
Beta Was this translation helpful? Give feedback.
All reactions