1 write to _typedSrc
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
127
_typedSrc
= TypedCursorable<TSrc>.Create(_host, emptyDataView, false, _parent.InputSchemaDefinition);
2 references to _typedSrc
Microsoft.ML.Transforms (2)
CustomMappingTransformer.cs (2)
139
IRowReadableAs<TSrc> inputRow =
_typedSrc
.GetRow(input);
182
return
_typedSrc
.GetDependencies(col => false);