2 writes to Count
Microsoft.ML.Data (2)
Data\DataViewUtils.cs (2)
722
_getter(ref _values[
Count
++]);
730
Count
= 0;
2 references to Count
Microsoft.ML.Data (2)
Data\DataViewUtils.cs (2)
721
Utils.EnsureSize(ref _values,
Count
+ 1, keepOld: true);
728
var retval = new BatchColumn.Impl<T>(_values,
Count
);