1 write to OutputTypes
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
291OutputTypes = new DataViewType[Outputs.Length];
4 references to OutputTypes
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
296OutputTypes[i] = outputInfo.DataViewType; 578info[i] = new DataViewSchema.DetachedColumn(columnName, _parent.OutputTypes[i], builder.ToAnnotations()); 1086Transformer.OutputTypes[i].IsKnownSizeVector() ? SchemaShape.Column.VectorKind.Vector 1087: SchemaShape.Column.VectorKind.VariableVector, Transformer.OutputTypes[i].GetItemType(), false);