6 references to ImagePrediction
Microsoft.ML.TensorFlow.Tests (6)
TensorflowTests.cs (6)
1549.CreatePredictionEngine<ImageData, ImagePrediction>(loadedModel); 1574var predictionFirst = predictionEngine.Predict(firstImageToPredict); 1575var predictionSecond = predictionEngine.Predict(secondImageToPredict); 1708.CreatePredictionEngine<ImageData, ImagePrediction>(loadedModel); 1733var predictionFirst = predictionEngine.Predict(firstImageToPredict); 1734var predictionSecond = predictionEngine.Predict(secondImageToPredict);