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