1 instantiation of BoundLoader
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
1545
public IDataView Load(IMultiStreamSource source) => new
BoundLoader
(this, source);
1 reference to BoundLoader
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
1646
_host = loader._host.Register(nameof(
BoundLoader
));