1 write to _testDstVectors
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
96
_testDstVectors
= new AlignedArray[] { testDstVectorAligned1, testDstVectorAligned2 };
3 references to _testDstVectors
Microsoft.ML.CpuMath.UnitTests (3)
UnitTests.cs (3)
247
AlignedArray dst =
_testDstVectors
[int.Parse(arg3)];
281
AlignedArray dst =
_testDstVectors
[int.Parse(arg3)];
314
AlignedArray dst =
_testDstVectors
[int.Parse(arg3)];