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