1 instantiation of MNISTData
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
904return new MNISTData()
9 references to MNISTData
Microsoft.ML.TensorFlow.Tests (9)
TensorflowTests.cs (9)
665var oneSample = GetOneMNISTExample(); 667var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 717var predictionFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 719var oneSample = GetOneMNISTExample(); 841var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 843var oneSample = GetOneMNISTExample(); 891var oneSample = GetOneMNISTExample(); 893var predictFunction = _mlContext.Model.CreatePredictionEngine<MNISTData, MNISTPrediction>(trainedModel); 902private MNISTData GetOneMNISTExample()