1 write to RunLen
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
310RunLen = runLen;
10 references to RunLen
Microsoft.ML.CpuMath (10)
AlignedMatrix.cs (10)
265public int ValueCount => RunLen * RunCnt; 328Contracts.Assert(0 < RunLen && RunLen <= RunLenPhy); 335for (int j = RunLen; j < RunLenPhy; j++) 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; } }