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