2 references to MinimumOpSetVersion
Microsoft.ML.OnnxConverter (2)
OnnxContextImpl.cs (2)
62opSetVersion >= MinimumOpSetVersion ? opSetVersion : throw _host.ExceptParam(nameof(opSetVersion), $"Requested OpSet version {opSetVersion} is lower than the minimum required OpSet version {MinimumOpSetVersion}") :