5 references to GetVectorAndItemType
Microsoft.ML.Data (5)
DataView\DataViewConstructionUtils.cs (1)
881
InternalSchemaDefinition.
GetVectorAndItemType
("annotation value", typeof(T), null, out isVector, out itemType);
DataView\InternalSchemaDefinition.cs (4)
122
GetVectorAndItemType
("return type", ComputedReturnType, null, out bool isVector, out Type itemType);
150
GetVectorAndItemType
(fieldInfo.Name, fieldInfo.FieldType, fieldInfo.GetCustomAttributes(), out isVector, out itemType);
154
GetVectorAndItemType
(propertyInfo.Name, propertyInfo.PropertyType, propertyInfo.GetCustomAttributes(), out isVector, out itemType);
256
GetVectorAndItemType
("returnType", parameterType, null, out isVector, out dataItemType);