pub const ONNX_SUBGRAPH_DEPTH_MAX: usize = 64;Expand description
Native-stack-overflow guard on the recursive subgraph descent
(If / Loop / Scan bodies via GRAPH / GRAPHS attributes).
Guards the call stack against pathologically-nested subgraphs; it is
not a ceiling on node / attribute count at any level.