1 write to _len
Microsoft.ML.FastTree (1)
SumupPerformanceCommand.cs (1)
96
_len
= args.Length;
11 references to _len
Microsoft.ML.FastTree (11)
SumupPerformanceCommand.cs (11)
106
for (int i = 0; i <
_len
; ++i)
126
for (int i = 0; i <
_len
; ++i)
131
int remaining =
_len
;
178
arrays[i] = IntArray.New(
_len
, _type, bits, createIntArray(ch, r));
215
int remaining =
_len
;
234
return Enumerable.Range(0,
_len
);
245
_host.Assert(Utils.IsIncreasing(0, data.DocIndices, count,
_len
));
281
SumupInputData data = new SumupInputData(
_len
, 0, 0, new FloatType[
_len
], null, new int[
_len
]);
327
partition, data.TotalCount,
_len
, completed, nsPerDoc);