1 write to RunCntPhy
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
318
RunCntPhy
= RoundUp(runCnt, FloatAlign);
9 references to RunCntPhy
Microsoft.ML.CpuMath (9)
AlignedMatrix.cs (9)
319
Items = new AlignedArray(RunLenPhy *
RunCntPhy
, cbAlign);
329
Contracts.Assert(0 < RunCnt && RunCnt <=
RunCntPhy
);
330
Contracts.Assert(RunLenPhy *
RunCntPhy
== Items.Size);
340
for (int i = RunCnt; i <
RunCntPhy
; i++)
388
Contracts.Assert(src.
RunCntPhy
==
RunCntPhy
);
418
public override int RowCountPhy { get { return
RunCntPhy
; } }
523
public override int RowCountPhy { get { return
RunCntPhy
; } }
588
public override int RowCountPhy { get { return
RunCntPhy
; } }