Implemented interface member:
method
GetOutputSchema
Microsoft.ML.ITransformer.GetOutputSchema(Microsoft.ML.DataViewSchema)
8 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 (2)
Text\WordEmbeddingsExtractor.cs (2)
337
var schema = _parent.
GetOutputSchema
(InputSchema);
959
transformer.
GetOutputSchema
(input.Schema);
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1287
_transformer.
GetOutputSchema
(input.Schema);