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