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