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