2 references to ComputedReturnType
Microsoft.ML.Data (2)
DataView\InternalSchemaDefinition.cs (2)
33public Type OutputType => IsComputed ? ComputedReturnType : FieldOrPropertyType; 122GetVectorAndItemType("return type", ComputedReturnType, null, out bool isVector, out Type itemType);