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