1 instantiation of TextInput
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
1357var input = new TextInput
3 references to TextInput
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
1351var dataview = _mlContext.Data.CreateTextLoader<TextInput>().Load(new MultiFileSource(null)); 1355var transformer = _mlContext.Model.CreatePredictionEngine<TextInput, TextOutput>(pipeline.Fit(dataview)); 1357var input = new TextInput