2 writes to Index
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
1160
scan.
Index
= -1;
1188
scan.
Index
= ind;
9 references to Index
Microsoft.ML.Data (9)
DataLoadSave\Text\TextLoaderParser.cs (9)
991
Contracts.Assert(scan.
Index
== -1);
1029
Contracts.Assert(scan.
Index
>= -1);
1034
if (scan.
Index
< 0)
1102
if (scan.
Index
> srcNeeded - srcLimFixed)
1105
if (scan.
Index
>= csrcSparse)
1110
if (scan.
Index
> srcNeeded - srcLimFixed + 1)
1114
if (indexPrev >= scan.
Index
)
1119
indexPrev = scan.
Index
;
1126
Fields.Indices[Fields.Count++] = srcLimFixed + scan.
Index
;