6 references to ImagePrediction
Microsoft.ML.TensorFlow.Tests (6)
TensorflowTests.cs (6)
1533.CreatePredictionEngine<ImageData, ImagePrediction>(loadedModel); 1558var predictionFirst = predictionEngine.Predict(firstImageToPredict); 1559var predictionSecond = predictionEngine.Predict(secondImageToPredict); 1692.CreatePredictionEngine<ImageData, ImagePrediction>(loadedModel); 1717var predictionFirst = predictionEngine.Predict(firstImageToPredict); 1718var predictionSecond = predictionEngine.Predict(secondImageToPredict);