2 writes to B
Microsoft.ML.Tests (2)
Transformers\WordTokenizeTests.cs (2)
54var data = new[] { new TestClass() { A = "This is a good sentence.", B = new string[2] { "Much words", "Wow So Cool" } } }; 97var data = new[] { new TestClass() { A = "This is a good sentence.", B = new string[2] { "Much words", "Wow So Cool" } } };