module bindbc.onnxruntime.config; enum ONNXRuntimeSupport { noLibrary, badLibrary, /// ONNX Runtime v1.2 onnx12, }