2 writes to _inputType
Microsoft.ML.Ensemble (2)
Trainer\EnsembleDistributionModelParameters.cs (2)
69_inputType = InitializeMappers(out _mappers); 78_inputType = InitializeMappers(out _mappers);
5 references to _inputType
Microsoft.ML.Ensemble (5)
Trainer\EnsembleDistributionModelParameters.cs (5)
49DataViewType IValueMapper.InputType => _inputType; 153if (_inputType.Size > 0) 154Host.Check(src.Length == _inputType.Size); 191if (_inputType.Size > 0) 192Host.Check(src.Length == _inputType.Size);