3 references to CurrentOpSetVersion
Microsoft.ML.OnnxConverter (3)
OnnxContextImpl.cs (3)
40string producerVersion, long modelVersion, string domain, OnnxVersion onnxVersion, int opSetVersion = CurrentOpSetVersion) 61_opSetVersion = opSetVersion <= CurrentOpSetVersion ? 63throw _host.ExceptParam(nameof(opSetVersion), $"Requested OpSet version {opSetVersion} is higher than the current most updated OpSet version {CurrentOpSetVersion}");