1 write to _size
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
842
_size
= codec._type.Size;
4 references to _size
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
837
private bool FixedLength { get { return
_size
> 0; } }
865
Writer.Write(
_size
);
911
if (value.Length !=
_size
)
912
throw Contracts.Except("Length mismatch: expected {0} slots but got {1}",
_size
, value.Length);