1 instantiation of PrimitiveInput
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
1384
var input = new
PrimitiveInput
3 references to PrimitiveInput
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
1377
var dataview = _mlContext.Data.CreateTextLoader<
PrimitiveInput
>().Load(new MultiFileSource(null));
1382
var transformer = _mlContext.Model.CreatePredictionEngine<
PrimitiveInput
, PrimitiveOutput>(pipeline.Fit(dataview));
1384
var
input = new PrimitiveInput