debug_node_input_outputs_utils #8463
Answered
by
edgchen1
david-macleod
asked this question in
Other Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
david-macleod
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.
-
As per this file we can build onnx to allow debugging
--cmake_extra_defines onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=1
My questions are:
ORT_DEBUG_NODE_IO_DUMP_SHAPE_DATA
default to 1 when all other default to 0? This is slightly counterintuitive and means we have to this env variable explicitly to 0 most of the time.Thanks
Beta Was this translation helpful? Give feedback.
All reactions