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