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