1 write to RunCnt
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
311
RunCnt
= runCnt;
13 references to RunCnt
Microsoft.ML.CpuMath (13)
AlignedMatrix.cs (11)
265
public int ValueCount => RunLen *
RunCnt
;
329
Contracts.Assert(0 <
RunCnt
&&
RunCnt
<= RunCntPhy);
333
for (int i = 0; i <
RunCnt
; i++)
340
for (int i =
RunCnt
; i < RunCntPhy; i++)
359
for (int i = 0, k = 0; i <
RunCnt
; i++)
386
Contracts.Assert(src.
RunCnt
==
RunCnt
);
408
public override int RowCount =>
RunCnt
;
513
public override int RowCount { get { return
RunCnt
; } }
578
public override int RowCount { get { return
RunCnt
; } }
CpuAligenedMathUtils.cs (2)
91
CpuMathUtils.MatrixTimesSource(colMajor, m.Items, A(src).Items, A(dst).Items, m.
RunCnt
);
106
CpuMathUtils.MatrixTimesSource(!colMajor, m.Items, A(src).Items, A(dst).Items, m.
RunCnt
);