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