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