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