1 instantiation of TrivialWaiter
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
626
return new Wrapper(new
TrivialWaiter
(parent));
6 references to TrivialWaiter
Microsoft.ML.Data (6)
DataView\CacheDataView.cs (6)
221
return GetRowCursorWaiterCore(
TrivialWaiter
.Create(this), predicate, rand);
268
return GetRowCursorSetWaiterCore(
TrivialWaiter
.Create(this), predicate, n, rand);
309
return GetSeeker(predicate,
TrivialWaiter
.Create(this));
631
private readonly
TrivialWaiter
_waiter;
633
public Wrapper(
TrivialWaiter
waiter)
653
/// If this is true, then a <see cref="
TrivialWaiter
"/> could be used instead.