1 write to _opSetVersion
Microsoft.ML.OnnxConverter (1)
3 references to _opSetVersion
Microsoft.ML.OnnxConverter (3)
OnnxContextImpl.cs (3)
138if (_opSetVersion < thisTransformerMinumumOpSetVersion)
139throw _host.ExceptParam(nameof(thisTransformerMinumumOpSetVersion), $"Requested OpSet version {_opSetVersion} is lower than {registerTransformerName}'s minimum OpSet version requirement: {thisTransformerMinumumOpSetVersion}");
424=> OnnxUtils.MakeModel(_nodes, _producerName, _name, _domain, _producerVersion, _modelVersion, _opSetVersion, _inputs, _outputs, _intermediateValues, _initializers);