2 types derived from ReadPipe
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1495
private sealed class ReadPipeGenerated<T> :
ReadPipe
1676
private sealed class ReadPipe<T> :
ReadPipe
5 references to ReadPipe
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinaryLoader.cs (5)
1225
private readonly
ReadPipe
[] _pipes;
1264
_pipes = new
ReadPipe
[parent.RowCount > 0 ? _actives.Length : 0];
1305
_pipes[c] =
ReadPipe
.Create(this, c, pipeBuffers);
1449
public static
ReadPipe
Create(Cursor parent, int columnIndex, int bufferSize)
1456
return (
ReadPipe
)Activator.CreateInstance(