3 references to ConvertToOnnxProtobuf
Microsoft.ML.OnnxConverter (3)
OnnxExportExtensions.cs (3)
44/// <param name="catalog">The class that <see cref="ConvertToOnnxProtobuf(ModelOperationsCatalog, ITransformer, IDataView, string[])"/> attached to.</param> 82ConvertToOnnxProtobuf(catalog, transform, inputData).WriteTo(stream); 106ConvertToOnnxProtobuf(catalog, transform, inputData, outputColumns).WriteTo(stream);