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)
139IRowReadableAs<TSrc> inputRow = _typedSrc.GetRow(input); 182return _typedSrc.GetDependencies(col => false);