1 write to _imagePreprocessingRunner
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
791
_imagePreprocessingRunner
= new Runner(session, new[] { jpegDataTensorName },
1 reference to _imagePreprocessingRunner
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
801
return
_imagePreprocessingRunner
.AddInput(imageTensor, 0).Run()[0];