2 writes to _imagePreprocessorTensorOutput
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1390
_imagePreprocessorTensorOutput
= imagePreprocessorTensorOutput;
1415
_imagePreprocessorTensorOutput
= ctx.Reader.ReadString();
2 references to _imagePreprocessorTensorOutput
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1450
ctx.Writer.Write(
_imagePreprocessorTensorOutput
);
1473
model._imagePreprocessorTensorInput, model.
_imagePreprocessorTensorOutput
);