2 references to GetOutputSchema
Microsoft.ML.Data (1)
Transforms\RowToRowTransformerBase.cs (1)
44return RowToRowMapperTransform.GetOutputSchema(inputSchema, mapper);
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
83return RowToRowMapperTransform.GetOutputSchema(inputSchema, mapper);