1 write to RunLen
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
310
RunLen
= runLen;
10 references to RunLen
Microsoft.ML.CpuMath (10)
AlignedMatrix.cs (10)
265
public int ValueCount =>
RunLen
* RunCnt;
328
Contracts.Assert(0 <
RunLen
&&
RunLen
<= RunLenPhy);
335
for (int j =
RunLen
; j < RunLenPhy; j++)
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
; } }