2 writes to _imagePreprocessorTensorInput
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1389
_imagePreprocessorTensorInput
= imagePreprocessorTensorInput;
1414
_imagePreprocessorTensorInput
= ctx.Reader.ReadString();
2 references to _imagePreprocessorTensorInput
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1449
ctx.Writer.Write(
_imagePreprocessorTensorInput
);
1473
model.
_imagePreprocessorTensorInput
, model._imagePreprocessorTensorOutput);