onnxruntime/onnxruntime/test/debug_node_inputs_outputs
shalvamist 4a2a857030
Bug Fix - WASM build break (#13699)
### Description
When using the build flag "--cmake_extra_defines
onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=1" with WASM it results with a
build break. Since we are comparing a const vs. non-const T type, this
added casting resolves the issue.
2022-11-20 23:30:31 -08:00
..
debug_node_inputs_outputs_utils_test.cc Bug Fix - WASM build break (#13699) 2022-11-20 23:30:31 -08:00