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)
106for (int i = 0; i < _len; ++i) 126for (int i = 0; i < _len; ++i) 131int remaining = _len; 178arrays[i] = IntArray.New(_len, _type, bits, createIntArray(ch, r)); 215int remaining = _len; 234return Enumerable.Range(0, _len); 245_host.Assert(Utils.IsIncreasing(0, data.DocIndices, count, _len)); 281SumupInputData data = new SumupInputData(_len, 0, 0, new FloatType[_len], null, new int[_len]); 327partition, data.TotalCount, _len, completed, nsPerDoc);