1 write to _testMatrices
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
74
_testMatrices
= new AlignedArray[] { testMatrixAligned1, testMatrixAligned2 };
3 references to _testMatrices
Microsoft.ML.CpuMath.UnitTests (3)
UnitTests.cs (3)
245
AlignedArray mat =
_testMatrices
[int.Parse(arg1)];
279
AlignedArray mat =
_testMatrices
[int.Parse(arg1)];
312
AlignedArray mat =
_testMatrices
[int.Parse(arg1)];