1 write to _typedSrc
Microsoft.ML.Transforms (1)
StatefulCustomMappingTransformer.cs (1)
126_typedSrc = TypedCursorable<TSrc>.Create(Host, input, false, null);
3 references to _typedSrc
Microsoft.ML.Transforms (3)
StatefulCustomMappingTransformer.cs (3)
164IRowReadableAs<TSrc> inputRow = _typedSrc.GetRow(input); 223inputPred = _typedSrc.GetDependencies(inputPred); 283IRowReadableAs<TSrc> inputRow = _parent._typedSrc.GetRow(input);