5 implementations of Open
Microsoft.ML.AutoML (1)
ColumnInference\TextFileSample.cs (1)
61
public Stream
Open
(int index)
Microsoft.ML.Data (3)
DataLoadSave\MultiFileSource.cs (2)
76
public Stream
Open
(int index)
122
public Stream
Open
(int index)
Utilities\ModelFileUtils.cs (1)
383
public Stream
Open
(int index)
Microsoft.ML.TestFramework (1)
BytesStreamSource.cs (1)
38
public Stream
Open
(int index)
5 references to Open
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinaryLoader.cs (1)
930
return files.
Open
(0);
DataLoadSave\Transpose\TransposeLoader.cs (3)
181
Stream stream = _parent._file.
Open
(0);
408
using (Stream stream = _file.
Open
(0))
441
using (Stream stream = _file.
Open
(0))
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
375
return files.
Open
(0);