1 write to OutputColumns
Microsoft.ML.Data (1)
Transforms\RowToRowTransformerBase.cs (1)
71OutputColumns = new Lazy<DataViewSchema.DetachedColumn[]>(GetOutputColumnsCore);
7 references to OutputColumns
Microsoft.ML.Data (2)
Transforms\RowToRowTransformerBase.cs (2)
76DataViewSchema.DetachedColumn[] IRowMapper.GetOutputColumns() => OutputColumns.Value; 85int n = OutputColumns.Value.Length;
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
647int n = OutputColumns.Value.Length;
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
659int n = OutputColumns.Value.Length;
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
885int n = OutputColumns.Value.Length;
Roberta\QATrainer.cs (1)
836int n = OutputColumns.Value.Length;
TorchSharpBaseTrainer.cs (1)
499int n = OutputColumns.Value.Length;