1 write to _testSrcVectors
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
89_testSrcVectors = new AlignedArray[] { testSrcVectorAligned1, testSrcVectorAligned2 };
5 references to _testSrcVectors
Microsoft.ML.CpuMath.UnitTests (5)
UnitTests.cs (5)
250AlignedArray src = _testSrcVectors[int.Parse(arg2)]; 284AlignedArray src = _testSrcVectors[int.Parse(arg2)]; 317AlignedArray src = _testSrcVectors[int.Parse(arg2)]; 907src.CopyFrom(_testSrcVectors[test]); 921src.CopyFrom(_testSrcVectors[test]);