Rate this Page

Template Struct NoSequencer#

Inheritance Relationships#

Base Type#

Struct Documentation#

template<typename Result>
struct NoSequencer : public torch::data::detail::sequencers::Sequencer<Result>#

A Sequencer that does not enforce any ordering.

It is effectively the identity function.

Public Functions

inline virtual std::optional<Result> next(ResultProducer next_result) override#