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