2 references to MatMulP
Microsoft.ML.CpuMath (1)
CpuMathUtils.netcoreapp.cs (1)
139SseIntrinsics.MatMulP(matrix, rgposSrc, sourceValues, posMin, iposMin, iposLimit, destination, stride, sourceValues.Size);
Microsoft.ML.CpuMath.PerformanceTests (1)
SsePerformanceTests.cs (1)
111=> SseIntrinsics.MatMulP(testMatrixAligned, matrixIdx, testSrcVectorAligned, 0, 0, MatrixIndexLength, testDstVectorAligned, matrixLength, matrixLength);