2 writes to _inputType
Microsoft.ML.Ensemble (2)
Trainer\EnsembleModelParameters.cs (2)
62_inputType = InitializeMappers(out _mappers); 69_inputType = InitializeMappers(out _mappers);
3 references to _inputType
Microsoft.ML.Ensemble (3)
Trainer\EnsembleModelParameters.cs (3)
45DataViewType IValueMapper.InputType => _inputType; 145if (_inputType.Size > 0) 146Host.Check(src.Length == _inputType.Size);