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