4 references to Load8
Microsoft.ML.CpuMath (4)
AvxIntrinsics.cs (4)
792
Vector256<float> dstVector =
Load8
(pDstCurrent, pIdxCurrent);
890
Vector256<float> dstVector =
Load8
(pDstCurrent, pIdxCurrent);
1412
Vector256<float> srcVector =
Load8
(pSrcCurrent, pIdxCurrent);
1581
Vector256<float> xDst1 =
Load8
(pdst1, pIdxCurrent);