5 references to MatrixIndexLength
Microsoft.ML.CpuMath.PerformanceTests (5)
AvxPerformanceTests.cs (1)
126=> AvxIntrinsics.MatMulP(testMatrixAligned, matrixIdx, testSrcVectorAligned, 0, 0, MatrixIndexLength, testDstVectorAligned, matrixLength, matrixLength);
NativePerformanceTests.cs (1)
267Thunk.MatMulP(Ptr(testMatrixAligned, pmat), ppossrc, Ptr(testSrcVectorAligned, psrc), 0, 0, MatrixIndexLength, Ptr(testDstVectorAligned, pdst), matrixLength, testSrcVectorAligned.Size);
PerformanceTests.cs (2)
82matrixIdx = new int[MatrixIndexLength]; 102for (int i = 0; i < MatrixIndexLength; i++)
SsePerformanceTests.cs (1)
111=> SseIntrinsics.MatMulP(testMatrixAligned, matrixIdx, testSrcVectorAligned, 0, 0, MatrixIndexLength, testDstVectorAligned, matrixLength, matrixLength);