Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
RandomSampler.sample currently accepts iterator as input and output another iterator. This makes it inappropriate to use in wholestage codegen of Sampler operator. We should add non-iterator interface to RandomSampler.