1 write to TypedSrc
Microsoft.ML.Transforms (1)
CustomMappingFilter.cs (1)
32TypedSrc = TypedCursorable<TSrc>.Create(Host, input, false, null);
4 references to TypedSrc
Microsoft.ML.Transforms (4)
CustomMappingFilter.cs (4)
42Func<int, bool> inputPred = TypedSrc.GetDependencies(predicate); 78Func<int, bool> inputPred = TypedSrc.GetDependencies(predicate); 101IRowReadableAs<TSrc> inputRow = parent.TypedSrc.GetRow(input); 167IRowReadableAs<TSrc> inputRow = parent.TypedSrc.GetRow(input);