2 writes to _vectorIndex
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
1038
_vectorIndex
= -1;
1081
_vectorIndex
++;
7 references to _vectorIndex
Microsoft.ML.Data (7)
DataLoadSave\Binary\Codecs.cs (7)
1066
Contracts.Assert(
_vectorIndex
< _numVectors - 1, "already consumed all vectors");
1067
if (
_vectorIndex
>= 0)
1070
int count = _counts[
_vectorIndex
];
1073
_valuesOffset += FixedLength ? _size : _lengths[
_vectorIndex
];
1086
Contracts.Assert(
_vectorIndex
>= 0, "have not moved in");
1087
int length = FixedLength ? _size : _lengths[
_vectorIndex
];
1088
int count = _counts[
_vectorIndex
];