2 references to MatMul
Microsoft.ML.CpuMath (1)
CpuMathUtils.netcoreapp.cs (1)
62
SseIntrinsics.
MatMul
(matrix, source, destination, stride, source.Size);
Microsoft.ML.CpuMath.PerformanceTests (1)
SsePerformanceTests.cs (1)
103
=> SseIntrinsics.
MatMul
(testMatrixAligned, testSrcVectorAligned, testDstVectorAligned, matrixLength, matrixLength);