1 write to matrixIdx
Microsoft.ML.CpuMath.PerformanceTests (1)
PerformanceTests.cs (1)
82
matrixIdx
= new int[MatrixIndexLength];
4 references to matrixIdx
Microsoft.ML.CpuMath.PerformanceTests (4)
AvxPerformanceTests.cs (1)
126
=> AvxIntrinsics.MatMulP(testMatrixAligned,
matrixIdx
, testSrcVectorAligned, 0, 0, MatrixIndexLength, testDstVectorAligned, matrixLength, matrixLength);
NativePerformanceTests.cs (1)
266
fixed (int* ppossrc = &
matrixIdx
[0])
PerformanceTests.cs (1)
104
matrixIdx
[i] = rand.Next(0, 1000);
SsePerformanceTests.cs (1)
111
=> SseIntrinsics.MatMulP(testMatrixAligned,
matrixIdx
, testSrcVectorAligned, 0, 0, MatrixIndexLength, testDstVectorAligned, matrixLength, matrixLength);