1 write to RunCntPhy
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
318RunCntPhy = RoundUp(runCnt, FloatAlign);
9 references to RunCntPhy
Microsoft.ML.CpuMath (9)
AlignedMatrix.cs (9)
319Items = new AlignedArray(RunLenPhy * RunCntPhy, cbAlign); 329Contracts.Assert(0 < RunCnt && RunCnt <= RunCntPhy); 330Contracts.Assert(RunLenPhy * RunCntPhy == Items.Size); 340for (int i = RunCnt; i < RunCntPhy; i++) 388Contracts.Assert(src.RunCntPhy == RunCntPhy); 418public override int RowCountPhy { get { return RunCntPhy; } } 523public override int RowCountPhy { get { return RunCntPhy; } } 588public override int RowCountPhy { get { return RunCntPhy; } }