mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
Fix build error when DEBUG_NODE_INPUTS_OUTPUTS is on (#3826)
This commit is contained in:
parent
6e341c002f
commit
584facf830
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
#include "core/framework/session_state.h"
|
||||
#include "core/framework/op_kernel_context_internal.h"
|
||||
|
||||
#if defined DEBUG_NODE_INPUTS_OUTPUTS
|
||||
#include "core/framework/utils.h"
|
||||
#endif
|
||||
|
||||
// #define TRACE_EXECUTION
|
||||
|
||||
// Define this symbol to create Concurrency Visualizer markers.
|
||||
|
|
|
|||
Loading…
Reference in a new issue