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)
245AlignedArray mat = _testMatrices[int.Parse(arg1)]; 279AlignedArray mat = _testMatrices[int.Parse(arg1)]; 312AlignedArray mat = _testMatrices[int.Parse(arg1)];