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