2 instantiations of Impl
Microsoft.ML.Data (2)
DataView\LambdaFilter.cs (2)
59
impl = new
Impl
<TSrc, TSrc>(env, name, input, colSrc, predicate);
76
return new
Impl
<T1, T2>(env, name, input, colSrc, pred, conv);
3 references to Impl
Microsoft.ML.Data (3)
DataView\LambdaFilter.cs (3)
63
InPredicate<int>, ValueMapper<int, int>,
Impl
<int, int>> del = CreateImpl<int, int>;
72
private static
Impl
<T1, T2> CreateImpl<T1, T2>(
161
public Cursor(
Impl
<T1, T2> parent, DataViewRowCursor input, bool[] active)