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)
246
AlignedArray src =
_testSrcVectors
[int.Parse(arg2)];
280
AlignedArray src =
_testSrcVectors
[int.Parse(arg2)];
313
AlignedArray src =
_testSrcVectors
[int.Parse(arg2)];
903
src.CopyFrom(
_testSrcVectors
[test]);
917
src.CopyFrom(
_testSrcVectors
[test]);