1 write to RunLen
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
310
RunLen
= runLen;
7 references to RunLen
Microsoft.ML.CpuMath (7)
AlignedMatrix.cs (7)
265
public int ValueCount =>
RunLen
* RunCnt;
362
for (int j = 0; j <
RunLen
; j++)
385
Contracts.Assert(src.
RunLen
==
RunLen
);
413
public override int ColCount { get { return
RunLen
; } }
518
public override int ColCount { get { return
RunLen
; } }
583
public override int ColCount { get { return
RunLen
; } }