2 instantiations of InMemoryImageData
Microsoft.ML.Samples.GPU (2)
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs (2)
148InMemoryImageData imageToPredict = new InMemoryImageData 239yield return new InMemoryImageData()
4 references to InMemoryImageData
Microsoft.ML.Samples.GPU (4)
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs (4)
140.CreatePredictionEngine<InMemoryImageData, 144IEnumerable<InMemoryImageData> testImages = 148InMemoryImageData imageToPredict = new InMemoryImageData 213public static IEnumerable<InMemoryImageData>