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