1 write to RunCnt
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
311RunCnt = runCnt;
9 references to RunCnt
Microsoft.ML.CpuMath (9)
AlignedMatrix.cs (7)
265public int ValueCount => RunLen * RunCnt; 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);