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