1 write to _type
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
794
_type
= type;
6 references to _type
Microsoft.ML.Data (6)
DataLoadSave\Binary\Codecs.cs (6)
784
public DataViewType Type { get { return
_type
; } }
806
int count =
_type
.Dimensions.Length;
812
writer.Write(
_type
.Dimensions[i]);
842
_size = codec.
_type
.Size;
987
if (codec.
_type
.IsKnownSize)
988
Contracts.CheckDecode(codec.
_type
.Size == _size);