A Sequencer
that does not enforce any ordering.
More...
#include <sequencers.h>
Public Member Functions | |
optional< Result > | next (ResultProducer next_result) override |
Additional Inherited Members | |
Public Types inherited from torch::data::detail::sequencers::Sequencer< Result > | |
using | ResultProducer = std::function< optional< Result >()> |
A Sequencer
that does not enforce any ordering.
It is effectively the identity function.
Definition at line 38 of file sequencers.h.