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