2 writes to Type
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
157
Type
= Codec?.Type;
188
Type
= type;
9 references to Type
Microsoft.ML.Data (9)
DataLoadSave\Binary\BinaryLoader.cs (9)
197
var meth = del.GetMethodInfo().GetGenericMethodDefinition().MakeGenericMethod(
Type
.RawType);
207
_ectx.AssertValue(
Type
);
220
_ectx.Assert(typeof(T) ==
Type
.RawType);
661
schemaBuilder.AddColumn(loadedColumn.Name, loadedColumn.
Type
, metadataBuilder.ToAnnotations());
665
schemaBuilder.AddColumn(loadedColumn.Name, loadedColumn.
Type
);
1292
_pipeGetters[c] = GetNoRowGetter(_actives[c].
Type
);
1455
genType = genType.MakeGenericType(entry.
Type
.RawType);
2184
string typeDesc = col.
Type
== null ? "<?>" : col.
Type
.ToString();