1 write to _input
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
96_input = input;
7 references to _input
Microsoft.ML.Data (7)
DataView\BatchDataViewMapperBase.cs (7)
100_currentBatch = _parent.CreateBatch(_input); 102_getters = _parent.CreateGetters(_input, _currentBatch, _active); 105_firstInBatchInInputCursorDel = _parent.GetIsNewBatchDelegate(_input); 116Contracts.AssertValue(_input); 117return _input.GetGetter<TValue>(_input.Schema[col]); 148if (!_input.MoveNext())