1 write to _testIndexArray
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
49
_testIndexArray
= new int[18] { 0, 2, 5, 6, 8, 11, 12, 13, 14, 16, 18, 21, 22, 24, 26, 27, 28, 29 };
5 references to _testIndexArray
Microsoft.ML.CpuMath.UnitTests (5)
UnitTests.cs (5)
315
int[] idx =
_testIndexArray
;
486
int[] idx =
_testIndexArray
;
575
int[] idx =
_testIndexArray
;
843
int[] idx =
_testIndexArray
;
969
int[] idx =
_testIndexArray
;