Commits


Scott McKay authored and GitHub committed c1a34a8ba60
Add ability to dump node input/output (#1202) Address #1155 Add debug helper methods to be able to dump input name and shape information for node inputs, and the data from node outputs. As the input data comes from graph inputs, initializers or node outputs we don't dump it. Must be manually enabled by building with '--cmake_extra_defines onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=ON'