1 write to AddedSchema
Microsoft.ML.Transforms (1)
StatefulCustomMappingTransformer.cs (1)
61AddedSchema = InternalSchemaDefinition.Create(typeof(TDst), SchemaDefinition.Direction.Write);
6 references to AddedSchema
Microsoft.ML.Transforms (6)
StatefulCustomMappingTransformer.cs (6)
120var dstRow = new DataViewConstructionUtils.InputRow<TDst>(Host, _parent.AddedSchema); 161var getters = new Delegate[_parent.AddedSchema.Columns.Length]; 163var dstRow = new DataViewConstructionUtils.InputRow<TDst>(Host, _parent.AddedSchema); 280_getters = new Delegate[parent._parent.AddedSchema.Columns.Length]; 282var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_parent.Host, _parent._parent.AddedSchema); 388var addedCols = DataViewConstructionUtils.GetSchemaColumns(Transformer.AddedSchema);