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