5 references to Generator
Microsoft.ML.Data (5)
Data\SchemaDefinition.cs (1)
236
internal Type ReturnType =>
Generator
?.GetMethodInfo().GetParameters().LastOrDefault().ParameterType.GetElementType();
DataView\InternalSchemaDefinition.cs (3)
231
if (col.
Generator
== null)
290
dstCols[i] = col.
Generator
!= null ?
291
new Column(colName, colType, col.
Generator
, col.AnnotationInfos)
DataView\TypedCursor.cs (1)
284
if (col.
Generator
== null)