1 write to FloatAlign
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
313
FloatAlign
= cbAlign / sizeof(float);
4 references to FloatAlign
Microsoft.ML.CpuMath (4)
AlignedMatrix.cs (4)
314
Shift = GeneralUtils.CbitLowZero((uint)
FloatAlign
);
315
Mask =
FloatAlign
- 1;
317
RunLenPhy = RoundUp(runLen,
FloatAlign
);
318
RunCntPhy = RoundUp(runCnt,
FloatAlign
);