Expand description

Pipeline module contains the dataflow pipeline struct, as well as all pipeline utilities

Structs

Create batches from examples

Connector for chaining two nodes together

A node that takes in T and outputs (T, T)

A loader with a key generating function

Pair contains two nodes that run in parallel (TODO: actually make parallel)

Given files, randomly load segments seperated by a delimeter

Really just so that we can use add_fn() on the node, there must be a better way than creating a node just for this

Traits