9 references to GetAlignedBase
Microsoft.ML.CpuMath (9)
SseIntrinsics.cs (9)
151float* psrc = GetAlignedBase(src, pSrcStart); 152float* pdst = GetAlignedBase(dst, pDstStart); 153float* pmat = GetAlignedBase(mat, pMatStart); 218float* psrc = GetAlignedBase(src, pSrcStart); 219float* pdst = GetAlignedBase(dst, pDstStart); 220float* pmat = GetAlignedBase(mat, pMatStart); 266float* psrc = GetAlignedBase(src, pSrcStart); 267float* pdst = GetAlignedBase(dst, pDstStart); 268float* pmat = GetAlignedBase(mat, pMatStart);