2 writes to fString
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
378
fString
= new string[2] { "hola", "lola" },
389
new ClassWithArrays() { fInt = new int[3] { -2, 1, 0 }, fFloat = new float[3] { 0.99f, 0f, -0.99f },
fString
= new string[2] { "", null } },