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