2 writes to _imagePreprocessorTensorOutput
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1374
_imagePreprocessorTensorOutput
= imagePreprocessorTensorOutput;
1399
_imagePreprocessorTensorOutput
= ctx.Reader.ReadString();
2 references to _imagePreprocessorTensorOutput
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1434
ctx.Writer.Write(
_imagePreprocessorTensorOutput
);
1457
model._imagePreprocessorTensorInput, model.
_imagePreprocessorTensorOutput
);