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