1 instantiation of VectorPipe
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
102
return rows => new
VectorPipe
<T>(rows, type, fn);
2 references to VectorPipe
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
307
private readonly
VectorPipe
<TItem> _pipe;
318
public VectorValue(
VectorPipe
<TItem> pipe)