1 instantiation of BlockRandomIndex
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1117return new Wrapper(new BlockRandomIndex<TWaiter>(waiter, scheduler, perm));
3 references to BlockRandomIndex
Microsoft.ML.Data (3)
DataView\CacheDataView.cs (3)
288cursors[i] = CreateCursor(predicate, BlockRandomIndex<TWaiter>.Create(waiter, scheduler, perm)); 1122private readonly BlockRandomIndex<TWaiter> _index; 1124public Wrapper(BlockRandomIndex<TWaiter> index)