1 write to _enumerator
Microsoft.ML.Samples (1)
Dynamic\SimpleDataViewImplementation.cs (1)
259
_enumerator
= parent.Data.GetEnumerator();
4 references to _enumerator
Microsoft.ML.Samples (4)
Dynamic\SimpleDataViewImplementation.cs (4)
278
_enumerator
.Dispose();
286
=> value =
_enumerator
.Current.Label;
291
=> value =
_enumerator
.Current.Text.AsMemory();
315
if (
_enumerator
.MoveNext())