Replies: 1 comment 1 reply
-
What's your use case? Why do you want to do this? If this is just for debugging see https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#DebugNodeInputsOutputs. If this is not for debugging, add all the required nodes as outputs of the graph. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi there,
how can I use onnxruntime to compute not only the output nodes, but get the values of all nodes of the computation graph?
I can't find anything on the topic, hope you can help.
Best
Lukas
Beta Was this translation helpful? Give feedback.
All reactions