1 write to _type
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
1194
_type
= type;
2 references to _type
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
1184
public DataViewType Type { get { return
_type
; } }
1203
writer.Write(
_type
.Count);