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