1 instantiation of MNISTData
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
920return new MNISTData()
9 references to MNISTData
Microsoft.ML.TensorFlow.Tests (9)
TensorflowTests.cs (9)
681var oneSample = GetOneMNISTExample(); 683var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 733var predictionFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 735var oneSample = GetOneMNISTExample(); 857var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 859var oneSample = GetOneMNISTExample(); 907var oneSample = GetOneMNISTExample(); 909var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 918private MNISTData GetOneMNISTExample()