2 writes to _inputType
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1369
_inputType
= new VectorDataViewType(NumberDataViewType.Byte);
1407
_inputType
= new VectorDataViewType(NumberDataViewType.Byte);
1 reference to _inputType
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1382
DataViewType IValueMapper.InputType =>
_inputType
;