2 instantiations of Impl
Microsoft.ML.Data (2)
DataView\LambdaColumnMapper.cs (2)
69impl = new Impl<TSrc, TDst, TDst>(env, name, input, col, typeDst, mapper, keyValueGetter: keyValueGetter, slotNamesGetter: slotNamesGetter); 88return new Impl<T1, T2, T3>(env, name, input, col, typeDst, map1, map2, keyValueGetter);
2 references to Impl
Microsoft.ML.Data (2)
DataView\LambdaColumnMapper.cs (2)
74Impl<int, int, int>> del = CreateImpl<int, int, int>; 83private static Impl<T1, T2, T3> CreateImpl<T1, T2, T3>(