pub const ONNX_OPSET_VERSION_MIN: i64 = 1;Expand description
Policy: the minimum opset version accepted for the default domain "".
ONNX mandates no minimum (= 1 accepts any opset); raise per
application policy. Inlined from the pre-ADR-060 OnnxAddrBounds
profile (ONNX_OPSET_VERSION_MIN = 1).