4 references to CifarPrediction
Microsoft.ML.TensorFlow.Tests (4)
TensorflowTests.cs (4)
149
var predictFunction = _mlContext.Model.CreatePredictionEngine<CifarData,
CifarPrediction
>(transformer);
150
var
prediction = predictFunction.Predict(new CifarData()
1160
var predictFunction = _mlContext.Model.CreatePredictionEngine<CifarData,
CifarPrediction
>(transformer);
1183
var testPredictFunction = _mlContext.Model.CreatePredictionEngine<CifarData,
CifarPrediction
>(testTransformer);