2 instantiations of TestClass
Microsoft.ML.Tests (2)
Transformers\CharTokenizeTests.cs (2)
40var data = new[] { new TestClass() { A = "This is a good sentence.", B = new string[2] { "Much words", "Wow So Cool" } } }; 59var data = new[] { new TestClass() { A = "This is a good sentence.", B = new string[2] { "Much words", "Wow So Cool" } } };