1 type derived from WritePipe
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
108
private sealed class WritePipe<T> :
WritePipe
5 references to WritePipe
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinarySaver.cs (5)
95
public static
WritePipe
Create(BinarySaver parent, DataViewRowCursor cursor, ColumnCodec col)
98
return (
WritePipe
)Activator.CreateInstance(writePipeType, parent, cursor, col);
589
WritePipe
[] pipes = new
WritePipe
[activeColumns.Length];
591
pipes[c] =
WritePipe
.Create(this, cursor, activeColumns[c]);