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