4 references to CifarPrediction
Microsoft.ML.TensorFlow.Tests (4)
TensorflowTests.cs (4)
165
var predictFunction = _mlContext.Model.CreatePredictionEngine<CifarData,
CifarPrediction
>(transformer);
166
var
prediction = predictFunction.Predict(new CifarData()
1176
var predictFunction = _mlContext.Model.CreatePredictionEngine<CifarData,
CifarPrediction
>(transformer);
1199
var testPredictFunction = _mlContext.Model.CreatePredictionEngine<CifarData,
CifarPrediction
>(testTransformer);