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