1 instantiation of BoundLoader
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
1545public 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));