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)
164
IRowReadableAs<TSrc> inputRow =
_typedSrc
.GetRow(input);
223
inputPred =
_typedSrc
.GetDependencies(inputPred);
283
IRowReadableAs<TSrc> inputRow = _parent.
_typedSrc
.GetRow(input);