burn::data::dataloader

Module batcher

Expand description

Module for batching items.

Traits§

  • A trait for batching items of type I into items of type O.
  • A super trait for batcher that allows it to be cloned dynamically.