1 write to RunCntPhy
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
318RunCntPhy = RoundUp(runCnt, FloatAlign);
6 references to RunCntPhy
Microsoft.ML.CpuMath (6)
AlignedMatrix.cs (6)
319Items = new AlignedArray(RunLenPhy * RunCntPhy, cbAlign); 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; } }