Implemented interface member:
method
GetOutputSchema
Microsoft.ML.ITransformer.GetOutputSchema(Microsoft.ML.DataViewSchema)
7 references to GetOutputSchema
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
1065_transformer.GetOutputSchema(input.Schema);
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
186transformer.GetOutputSchema(input.Schema);
Roberta\QATrainer.cs (1)
174transformer.GetOutputSchema(input.Schema);
TorchSharpBaseTrainer.cs (1)
123transformer.GetOutputSchema(input.Schema);
Microsoft.ML.TorchSharp.Tests (1)
TextClassificationTests.cs (1)
397var transformerSchema = transformer.GetOutputSchema(dataView.Schema);
Microsoft.ML.Transforms (1)
Text\WordEmbeddingsExtractor.cs (1)
959transformer.GetOutputSchema(input.Schema);
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1288_transformer.GetOutputSchema(input.Schema);