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