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
);
116
Contracts.AssertValue(
_input
);
117
return
_input
.GetGetter<TValue>(
_input
.Schema[col]);
148
if (!
_input
.MoveNext())