6 references to ImagePrediction
Microsoft.ML.TensorFlow.Tests (6)
TensorflowTests.cs (6)
1546.CreatePredictionEngine<ImageData, ImagePrediction>(loadedModel); 1571var predictionFirst = predictionEngine.Predict(firstImageToPredict); 1572var predictionSecond = predictionEngine.Predict(secondImageToPredict); 1705.CreatePredictionEngine<ImageData, ImagePrediction>(loadedModel); 1730var predictionFirst = predictionEngine.Predict(firstImageToPredict); 1731var predictionSecond = predictionEngine.Predict(secondImageToPredict);