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)
1398DataViewType IValueMapper.InputType => _inputType;