2 instantiations of InMemoryImageData
Microsoft.ML.Samples.GPU (2)
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs (2)
165InMemoryImageData imageToPredict = new InMemoryImageData 260yield return new InMemoryImageData()
4 references to InMemoryImageData
Microsoft.ML.Samples.GPU (4)
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs (4)
157.CreatePredictionEngine<InMemoryImageData, 161IEnumerable<InMemoryImageData> testImages = 165InMemoryImageData imageToPredict = new InMemoryImageData 232public static IEnumerable<InMemoryImageData>