1 write to _testDstVectors
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
100_testDstVectors = new AlignedArray[] { testDstVectorAligned1, testDstVectorAligned2 };
3 references to _testDstVectors
Microsoft.ML.CpuMath.UnitTests (3)
UnitTests.cs (3)
251AlignedArray dst = _testDstVectors[int.Parse(arg3)]; 285AlignedArray dst = _testDstVectors[int.Parse(arg3)]; 318AlignedArray dst = _testDstVectors[int.Parse(arg3)];