1 instantiation of MNISTData
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
919return new MNISTData()
9 references to MNISTData
Microsoft.ML.TensorFlow.Tests (9)
TensorflowTests.cs (9)
680var oneSample = GetOneMNISTExample(); 682var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 732var predictionFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 734var oneSample = GetOneMNISTExample(); 856var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 858var oneSample = GetOneMNISTExample(); 906var oneSample = GetOneMNISTExample(); 908var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 917private MNISTData GetOneMNISTExample()