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