1 write to RunLenPhy
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
317RunLenPhy = RoundUp(runLen, FloatAlign);
14 references to RunLenPhy
Microsoft.ML.CpuMath (14)
AlignedMatrix.cs (14)
319Items = new AlignedArray(RunLenPhy * RunCntPhy, cbAlign); 328Contracts.Assert(0 < RunLen && RunLen <= RunLenPhy); 330Contracts.Assert(RunLenPhy * RunCntPhy == Items.Size); 335for (int j = RunLen; j < RunLenPhy; j++) 336Contracts.Assert(Items[i * RunLenPhy + j] == 0); 342for (int j = 0; j < RunLenPhy; j++) 343Contracts.Assert(Items[i * RunLenPhy + j] == 0); 361Contracts.Assert(k == i * RunLenPhy); 364k += RunLenPhy; 387Contracts.Assert(src.RunLenPhy == RunLenPhy); 423public override int ColCountPhy { get { return RunLenPhy; } } 528public override int ColCountPhy { get { return RunLenPhy; } } 593public override int ColCountPhy { get { return RunLenPhy; } }