2 implementations of GetOutputSchema
Microsoft.ML.Data (2)
DataLoadSave\CompositeLoaderEstimator.cs (1)
40public SchemaShape GetOutputSchema()
DataLoadSave\TrivialLoaderEstimator.cs (1)
22public SchemaShape GetOutputSchema() => SchemaShape.Create(Loader.GetOutputSchema());
1 reference to GetOutputSchema
Microsoft.ML.Data (1)
DataLoadSave\CompositeLoaderEstimator.cs (1)
42var shape = _start.GetOutputSchema();