2 writes to Indices
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
614
Indices
= new int[8];
644
Array.Resize(ref
Indices
, size);
21 references to Indices
Microsoft.ML.Data (21)
DataLoadSave\Text\TextLoaderParser.cs (21)
621
Contracts.AssertValue(
Indices
);
622
Contracts.Assert(0 <= Count && Count <=
Indices
.Length &&
Indices
.Length <= Spans.Length);
629
Contracts.AssertValue(
Indices
);
639
if (Count >=
Indices
.Length)
808
int isrc = header.
Indices
.FindIndexSorted(0, header.Count, min);
809
if (isrc < header.Count && header.
Indices
[isrc] < lim)
812
int isrcLim = header.
Indices
.FindIndexSorted(isrc, header.Count, lim);
816
var srcCur = header.
Indices
[isrc];
1000
Fields.
Indices
[Fields.Count++] = src;
1006
Fields.
Indices
[Fields.Count++] = src;
1046
Fields.
Indices
[Fields.Count++] = src;
1066
if (Fields.
Indices
[Fields.Count - 1] != src - 1)
1081
srcLimFixed = Fields.
Indices
[--Fields.Count];
1126
Fields.
Indices
[Fields.Count++] = srcLimFixed + scan.Index;
1422
int isrc = fields.
Indices
.FindIndexSorted(0, fields.Count, min);
1423
if (isrc < fields.Count && fields.
Indices
[isrc] < lim)
1425
int isrcLim = fields.
Indices
.FindIndexSorted(isrc, fields.Count, lim);
1429
var srcCur = fields.
Indices
[isrc];
1464
int isrc = vs.
Indices
.FindIndexSorted(0, vs.Count, src);
1465
if (isrc < vs.Count && vs.
Indices
[isrc] == src)