1 write to _testSrcVectors
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
85_testSrcVectors = new AlignedArray[] { testSrcVectorAligned1, testSrcVectorAligned2 };
5 references to _testSrcVectors
Microsoft.ML.CpuMath.UnitTests (5)
UnitTests.cs (5)
246AlignedArray src = _testSrcVectors[int.Parse(arg2)]; 280AlignedArray src = _testSrcVectors[int.Parse(arg2)]; 313AlignedArray src = _testSrcVectors[int.Parse(arg2)]; 903src.CopyFrom(_testSrcVectors[test]); 917src.CopyFrom(_testSrcVectors[test]);