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