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