1 write to RunLen
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
310RunLen = runLen;
7 references to RunLen
Microsoft.ML.CpuMath (7)
AlignedMatrix.cs (7)
265public int ValueCount => RunLen * RunCnt; 362for (int j = 0; j < RunLen; j++) 385Contracts.Assert(src.RunLen == RunLen); 413public override int ColCount { get { return RunLen; } } 518public override int ColCount { get { return RunLen; } } 583public override int ColCount { get { return RunLen; } }