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)
186
transformer.
GetOutputSchema
(input.Schema);
Roberta\QATrainer.cs (1)
174
transformer.
GetOutputSchema
(input.Schema);
TorchSharpBaseTrainer.cs (1)
123
transformer.
GetOutputSchema
(input.Schema);
Microsoft.ML.TorchSharp.Tests (1)
TextClassificationTests.cs (1)
397
var transformerSchema = transformer.
GetOutputSchema
(dataView.Schema);
Microsoft.ML.Transforms (1)
Text\WordEmbeddingsExtractor.cs (1)
959
transformer.
GetOutputSchema
(input.Schema);
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1288
_transformer.
GetOutputSchema
(input.Schema);