1 type derived from OutPipe
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
906
private abstract class Impl<T> :
OutPipe
22 references to OutPipe
Microsoft.ML.Data (22)
Data\DataViewUtils.cs (22)
351
OutPipe
[] outPipes = new
OutPipe
[activeToCol.Length + (int)ExtraIndex._Lim];
357
outPipes[i] =
OutPipe
.Create(type, pool);
360
outPipes[idIdx] =
OutPipe
.Create(RowIdDataViewType.Instance, GetPool(RowIdDataViewType.Instance, ourPools, idIdx));
474
foreach (
var
outPipe in myOutPipes)
529
OutPipe
[][] outPipes = new
OutPipe
[cthd][];
531
outPipes[i] = new
OutPipe
[inPipes.Length];
624
foreach (
var
outPipe in myOutPipes)
699
public abstract
OutPipe
CreateOutPipe(DataViewType type);
734
public override
OutPipe
CreateOutPipe(DataViewType type)
738
return
OutPipe
.Create(type, _pool);
746
/// object, and eventually one is consumed by an <see cref="
OutPipe
"/> instance.
829
public void SetAll(
OutPipe
[] pipes)
861
public static
OutPipe
Create(DataViewType type, object pool)
875
return (
OutPipe
)constructor.Invoke(new object[] { pool });
885
/// Sets this <see cref="
OutPipe
"/> to start presenting the output of a batch column.
995
/// values stored therein through the help of <see cref="
OutPipe
"/> objects.
1002
private readonly
OutPipe
[] _pipes;
1028
OutPipe
[] pipes, BlockingCollection<Batch> batchInputs, Action quitAction)
1060
foreach (
var
pipe in _pipes)
1076
foreach (
var
pipe in _pipes)